aboutsummaryrefslogtreecommitdiffstats
path: root/github3/api.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-06-21 23:11:03 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-06-21 23:11:03 -0400
commitbe3ac031dda3812fa6d1d9d88da1a57ce8072743 (patch)
tree611a5b9b243a2f14427612c05b14fc2eeb4b17f6 /github3/api.py
parentAUTHORS (diff)
downloadpython-github3-be3ac031dda3812fa6d1d9d88da1a57ce8072743.tar.xz
python-github3-be3ac031dda3812fa6d1d9d88da1a57ce8072743.zip
bunk
Diffstat (limited to 'github3/api.py')
-rw-r--r--github3/api.py12
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