diff options
| author | 2012-05-27 21:39:03 +0200 | |
|---|---|---|
| committer | 2012-05-27 21:39:31 +0200 | |
| commit | ac2b75a6527e8ce916b7675dac247d37276a3aa2 (patch) | |
| tree | 4a3ead072bcdee6f17fdac88e836f30ad435fd7f /pygithub3/requests/repos | |
| parent | Merge pull request #11 from dsc/patch-1 (diff) | |
| parent | Authors updated (diff) | |
| download | python-github3-ac2b75a6527e8ce916b7675dac247d37276a3aa2.tar.xz python-github3-ac2b75a6527e8ce916b7675dac247d37276a3aa2.zip | |
Merge 'services/orgs'
Diffstat (limited to 'pygithub3/requests/repos')
| -rw-r--r-- | pygithub3/requests/repos/__init__.py | 3 |
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): |
