diff options
author | 2011-06-21 23:11:03 -0400 | |
---|---|---|
committer | 2011-06-21 23:11:03 -0400 | |
commit | be3ac031dda3812fa6d1d9d88da1a57ce8072743 (patch) | |
tree | 611a5b9b243a2f14427612c05b14fc2eeb4b17f6 /github3/api.py | |
parent | AUTHORS (diff) | |
download | python-github3-be3ac031dda3812fa6d1d9d88da1a57ce8072743.tar.xz python-github3-be3ac031dda3812fa6d1d9d88da1a57ce8072743.zip |
bunk
Diffstat (limited to 'github3/api.py')
-rw-r--r-- | github3/api.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/github3/api.py b/github3/api.py index 3225e43..7ec59e2 100644 --- a/github3/api.py +++ b/github3/api.py @@ -1,14 +1,16 @@ # -*- coding: utf-8 -*- """ - github3.api - ~~~~~~~~~~~ +github3.api +~~~~~~~~~~~ - This module implements the GitHub3 API wrapper objects. +This module implements the GitHub3 API wrapper objects. + +:copyright: (c) 2011 by Kenneth Reitz. +:license: ISC, see LICENSE for more details. - :copyright: (c) 2011 by Kenneth Reitz. - :license: ISC, see LICENSE for more details. """ + from . import models from .packages.anyjson import deserialize |