aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-23 13:35:26 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-23 13:35:26 -0400
commitcb1510240e43bf1c9532184ab73c4467de0b43fa (patch)
tree087a48d3e8560e46d155a331d0e4fff61666c7cc
parentstylee (diff)
downloadpython-github3-cb1510240e43bf1c9532184ab73c4467de0b43fa.tar.xz
python-github3-cb1510240e43bf1c9532184ab73c4467de0b43fa.zip
whoops
-rw-r--r--github3/api.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/github3/api.py b/github3/api.py
index 5220d61..ad02035 100644
--- a/github3/api.py
+++ b/github3/api.py
@@ -10,10 +10,9 @@ This module provies the core GitHub3 API interface.
import omnijson as json
from .helpers import is_collection, to_python, to_api, get_scope
+from .config import settings
-def GithubCore(object):
- pass
-
+class GithubCore(object):
@staticmethod
def _resource_serialize(o):