aboutsummaryrefslogtreecommitdiffstats
path: root/github3/api.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-06 03:43:04 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-06 03:43:04 +0100
commit79b46e920e1f7462ffad6100dad5ed3fa6d9009a (patch)
tree57de0310caf06b09b0fa21faf529aaa0d7ee8a45 /github3/api.py
parentDoc and refactorize (diff)
downloadpython-github3-79b46e920e1f7462ffad6100dad5ed3fa6d9009a.tar.xz
python-github3-79b46e920e1f7462ffad6100dad5ed3fa6d9009a.zip
Cleaning files from origin repo
Diffstat (limited to 'github3/api.py')
-rw-r--r--github3/api.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/github3/api.py b/github3/api.py
index 6c41e53..2066e94 100644
--- a/github3/api.py
+++ b/github3/api.py
@@ -118,3 +118,6 @@ class GithubCore(object):
error.process()
return response
+
+class Github(GithubCore):
+ pass