From 79b46e920e1f7462ffad6100dad5ed3fa6d9009a Mon Sep 17 00:00:00 2001 From: David Medina Date: Sun, 6 Nov 2011 03:43:04 +0100 Subject: Cleaning files from origin repo --- github3/api.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'github3/api.py') 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 -- cgit v1.2.3-59-g8ed1b