aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/repos
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-06-03 14:43:00 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-06-03 14:43:00 +0200
commit5bd3a9da8a8b3878fd7bfa4b3aced3d85baaa5f0 (patch)
tree384c25d038f4ea73a37508ec3ef815de172e8d1e /pygithub3/requests/repos
parentMerge branch 'services/issues' of https://github.com/alejandrogomez/python-github3 into services/issues (diff)
downloadpython-github3-5bd3a9da8a8b3878fd7bfa4b3aced3d85baaa5f0.tar.xz
python-github3-5bd3a9da8a8b3878fd7bfa4b3aced3d85baaa5f0.zip
WIP on issues
Fix GET params Config precendence of user/repo TODO: milestones , fix tests and test it
Diffstat (limited to 'pygithub3/requests/repos')
-rw-r--r--pygithub3/requests/repos/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pygithub3/requests/repos/__init__.py b/pygithub3/requests/repos/__init__.py
index e7594d7..758fe5b 100644
--- a/pygithub3/requests/repos/__init__.py
+++ b/pygithub3/requests/repos/__init__.py
@@ -81,10 +81,6 @@ class List_branches(Request):
uri = 'repos/{user}/{repo}/branches'
resource = Branch
-class List_labels(Request):
-
- uri = 'repos/{user}/{repo}/labels'
- resource = Label
class List_milestones(Request):