diff options
| author | 2011-11-04 01:21:50 +0100 | |
|---|---|---|
| committer | 2011-11-04 01:21:50 +0100 | |
| commit | bb540725ce15dcafd5ac5e5bb93e5a232ff4f33a (patch) | |
| tree | dcda3ab57515f3bf7e46d98fc819737d458e4601 /github3/__init__.py | |
| parent | Complete AuthUser handler (diff) | |
| download | python-github3-bb540725ce15dcafd5ac5e5bb93e5a232ff4f33a.tar.xz python-github3-bb540725ce15dcafd5ac5e5bb93e5a232ff4f33a.zip | |
Refactor base to handler design
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 c2fdbad..a99ea00 100644 --- a/github3/__init__.py +++ b/github3/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -from core import *
\ No newline at end of file +#from core import * |
