diff options
| author | 2012-06-16 13:56:29 +0200 | |
|---|---|---|
| committer | 2012-06-16 13:58:12 +0200 | |
| commit | 107b12b3b48040488ff6ddd54cb1300200dc8b37 (patch) | |
| tree | f35c57bb8b5c5cd85511aaad1c0df0e4f97c0c25 /pygithub3/requests/repos | |
| parent | Merge #5 'services/orgs' (diff) | |
| parent | Tests on services.issues working (diff) | |
| download | python-github3-107b12b3b48040488ff6ddd54cb1300200dc8b37.tar.xz python-github3-107b12b3b48040488ff6ddd54cb1300200dc8b37.zip | |
Merge #12 'services/issues'
Diffstat (limited to 'pygithub3/requests/repos')
| -rw-r--r-- | pygithub3/requests/repos/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygithub3/requests/repos/__init__.py b/pygithub3/requests/repos/__init__.py index 7bbcf3e..a1b3607 100644 --- a/pygithub3/requests/repos/__init__.py +++ b/pygithub3/requests/repos/__init__.py @@ -4,6 +4,7 @@ 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.issues import Label, Milestone class List(Request): |
