From be3ac031dda3812fa6d1d9d88da1a57ce8072743 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Jun 2011 23:11:03 -0400 Subject: bunk --- github3/api.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'github3') 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 -- cgit v1.2.3-59-g8ed1b