aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-23 00:39:50 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-23 00:39:50 -0400
commitb9f36c9b020d9d837c309b13684ab0761437d9e1 (patch)
treef63bb301d1a1f15f27c7e05683f77deaa09108d5
parentcore api (diff)
downloadpython-github3-b9f36c9b020d9d837c309b13684ab0761437d9e1.tar.xz
python-github3-b9f36c9b020d9d837c309b13684ab0761437d9e1.zip
import it
-rw-r--r--github3/core.py2
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."""