aboutsummaryrefslogtreecommitdiffstats
path: root/github3/core.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-12 13:13:28 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-12 13:13:28 +0100
commitb2890225a70d26067f997f8b5a6345eaecfac84b (patch)
tree87f00c63750bf434ad875f5219b1111755923f65 /github3/core.py
parentCatch unauthorized requests. Bad credentials (diff)
downloadpython-github3-b2890225a70d26067f997f8b5a6345eaecfac84b.tar.xz
python-github3-b2890225a70d26067f997f8b5a6345eaecfac84b.zip
Added converters test
Diffstat (limited to 'github3/core.py')
-rw-r--r--github3/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/github3/core.py b/github3/core.py
index d7237af..42f8a07 100644
--- a/github3/core.py
+++ b/github3/core.py
@@ -29,7 +29,6 @@ class Paginate:
return self.last
- # TODO: reset iterators... multiple?
def __iter__(self):
return self