diff options
author | 2011-07-23 13:35:26 -0400 | |
---|---|---|
committer | 2011-07-23 13:35:26 -0400 | |
commit | cb1510240e43bf1c9532184ab73c4467de0b43fa (patch) | |
tree | 087a48d3e8560e46d155a331d0e4fff61666c7cc /github3/api.py | |
parent | stylee (diff) | |
download | python-github3-cb1510240e43bf1c9532184ab73c4467de0b43fa.tar.xz python-github3-cb1510240e43bf1c9532184ab73c4467de0b43fa.zip |
whoops
Diffstat (limited to 'github3/api.py')
-rw-r--r-- | github3/api.py | 5 |
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): |