diff options
author | 2012-03-01 19:57:59 +0100 | |
---|---|---|
committer | 2012-03-01 19:57:59 +0100 | |
commit | b891dfb211f9a58e5d834ccd148943286c45f61c (patch) | |
tree | c90ab9489c5217151c1f1c716aea8fa39b303393 /pygithub3/__init__.py | |
parent | Repos.watchers service done (diff) | |
parent | Complete services.repos doc (diff) | |
download | python-github3-b891dfb211f9a58e5d834ccd148943286c45f61c.tar.xz python-github3-b891dfb211f9a58e5d834ccd148943286c45f61c.zip |
Merge branch 'docs'
Diffstat (limited to '')
-rw-r--r-- | pygithub3/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py index 0841aec..1e9d3e1 100644 --- a/pygithub3/__init__.py +++ b/pygithub3/__init__.py @@ -7,3 +7,5 @@ __author__ = 'David Medina' __email__ = 'davidmedina9@gmail.com' __license__ = 'ISC' __copyright__ = 'Copyright 2012 David Medina' + +from github import Github |