aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/repos
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-05-27 21:39:03 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-06-03 14:47:23 +0200
commit9dedea7efc93c542d8088435fd45891626bc791b (patch)
treefdad343826fd3eeeb9de2fa75f5bf90b085ea92e /pygithub3/requests/repos
parentMerge pull request #11 from dsc/patch-1 (diff)
parentAuthors updated (diff)
downloadpython-github3-9dedea7efc93c542d8088435fd45891626bc791b.tar.xz
python-github3-9dedea7efc93c542d8088435fd45891626bc791b.zip
Merge #5 'services/orgs'
Diffstat (limited to 'pygithub3/requests/repos')
-rw-r--r--pygithub3/requests/repos/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygithub3/requests/repos/__init__.py b/pygithub3/requests/repos/__init__.py
index cd920fe..7bbcf3e 100644
--- a/pygithub3/requests/repos/__init__.py
+++ b/pygithub3/requests/repos/__init__.py
@@ -1,8 +1,9 @@
# -*- encoding: utf-8 -*-
from pygithub3.requests.base import Request, ValidationError
+from pygithub3.resources.orgs import Team
+from pygithub3.resources.repos import Repo, Tag, Branch
from pygithub3.resources.users import User
-from pygithub3.resources.repos import Repo, Team, Tag, Branch
class List(Request):