diff options
author | 2011-11-06 03:43:04 +0100 | |
---|---|---|
committer | 2011-11-06 03:43:04 +0100 | |
commit | 79b46e920e1f7462ffad6100dad5ed3fa6d9009a (patch) | |
tree | 57de0310caf06b09b0fa21faf529aaa0d7ee8a45 /github3/__init__.py | |
parent | Doc and refactorize (diff) | |
download | python-github3-79b46e920e1f7462ffad6100dad5ed3fa6d9009a.tar.xz python-github3-79b46e920e1f7462ffad6100dad5ed3fa6d9009a.zip |
Cleaning files from origin repo
Diffstat (limited to 'github3/__init__.py')
-rw-r--r-- | github3/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/__init__.py b/github3/__init__.py index a99ea00..fcb882b 100644 --- a/github3/__init__.py +++ b/github3/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -#from core import * +from core import * |