diff options
author | 2012-02-04 19:07:23 +0100 | |
---|---|---|
committer | 2012-02-04 19:07:23 +0100 | |
commit | 8a723b0815841ea9e34c148b06c0fa6529b90e33 (patch) | |
tree | 6161c4aef077d2ac9e2430d935f53e37117a0b9b /pygithub3/resources/__init__.py | |
parent | Full support to Result dynamic and lazy iterator (diff) | |
download | python-github3-8a723b0815841ea9e34c148b06c0fa6529b90e33.tar.xz python-github3-8a723b0815841ea9e34c148b06c0fa6529b90e33.zip |
Renaming (What I was thinking?)
resources => ghrequests
models => resources
+ Also it's near to complete user service
Diffstat (limited to 'pygithub3/resources/__init__.py')
-rw-r--r-- | pygithub3/resources/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygithub3/resources/__init__.py b/pygithub3/resources/__init__.py new file mode 100644 index 0000000..dae354a --- /dev/null +++ b/pygithub3/resources/__init__.py @@ -0,0 +1 @@ +# -*- encoding: utf-8 -*- |