diff options
author | 2011-11-12 13:13:28 +0100 | |
---|---|---|
committer | 2011-11-12 13:13:28 +0100 | |
commit | b2890225a70d26067f997f8b5a6345eaecfac84b (patch) | |
tree | 87f00c63750bf434ad875f5219b1111755923f65 /github3/core.py | |
parent | Catch unauthorized requests. Bad credentials (diff) | |
download | python-github3-b2890225a70d26067f997f8b5a6345eaecfac84b.tar.xz python-github3-b2890225a70d26067f997f8b5a6345eaecfac84b.zip |
Added converters test
Diffstat (limited to 'github3/core.py')
-rw-r--r-- | github3/core.py | 1 |
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 |