diff options
author | 2011-07-23 00:39:50 -0400 | |
---|---|---|
committer | 2011-07-23 00:39:50 -0400 | |
commit | b9f36c9b020d9d837c309b13684ab0761437d9e1 (patch) | |
tree | f63bb301d1a1f15f27c7e05683f77deaa09108d5 | |
parent | core api (diff) | |
download | python-github3-b9f36c9b020d9d837c309b13684ab0761437d9e1.tar.xz python-github3-b9f36c9b020d9d837c309b13684ab0761437d9e1.zip |
import it
-rw-r--r-- | github3/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/github3/core.py b/github3/core.py index 6701fe1..488f81d 100644 --- a/github3/core.py +++ b/github3/core.py @@ -11,6 +11,8 @@ __version__ = '0.0.0' __license__ = 'MIT' __author__ = 'Kenneth Reitz' +from .api import Github, settings + def no_auth(): """Returns an un-authenticated Github object.""" |