From cb1510240e43bf1c9532184ab73c4467de0b43fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 13:35:26 -0400 Subject: whoops --- github3/api.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'github3/api.py') 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): -- cgit v1.2.3-59-g8ed1b