diff options
author | 2011-11-06 18:14:51 +0100 | |
---|---|---|
committer | 2011-11-06 18:14:51 +0100 | |
commit | 6f2d2115fa578e2d5aa611fe03474341d73f73cc (patch) | |
tree | 69cd5dec12ddab57eea69a9f80f7e7d79bde909f /github3/__init__.py | |
parent | Cleaning files from origin repo (diff) | |
download | python-github3-6f2d2115fa578e2d5aa611fe03474341d73f73cc.tar.xz python-github3-6f2d2115fa578e2d5aa611fe03474341d73f73cc.zip |
Modelizer class. json<->model parser
Also reorganize code
Diffstat (limited to 'github3/__init__.py')
-rw-r--r-- | github3/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/github3/__init__.py b/github3/__init__.py index fcb882b..40a96af 100644 --- a/github3/__init__.py +++ b/github3/__init__.py @@ -1,3 +1 @@ # -*- coding: utf-8 -*- - -from core import * |