aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-01 13:12:00 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-01 13:12:00 +0100
commit397238b404a66ba25aec1e4d7902e16104eddefc (patch)
tree7453341e1e3257282cf5d87285b451b6fc13ec23 /pygithub3/__init__.py
parentServices.repos.Repo doc (diff)
downloadpython-github3-397238b404a66ba25aec1e4d7902e16104eddefc.tar.xz
python-github3-397238b404a66ba25aec1e4d7902e16104eddefc.zip
Restructure modules and packages in a clean way
The docs has increased lines of code, so I split it
Diffstat (limited to 'pygithub3/__init__.py')
-rw-r--r--pygithub3/__init__.py2
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