Added Cursor object to help with pagination. "page" based pagination working.
authorJosh Roesslein <jroesslein@gmail.com>
Tue, 29 Sep 2009 02:28:54 +0000 (21:28 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Tue, 29 Sep 2009 02:28:54 +0000 (21:28 -0500)
commitf4f9b05a4fd09086922c4be4cbc2f33d9c7331d3
tree476176f764d3099ba5ca8716ad325c856b176f81
parent11fe75343235deb6ad1fb83bcb1d777a6a595dc5
Added Cursor object to help with pagination. "page" based pagination working.
CHANGES
tweepy/__init__.py
tweepy/binder.py
tweepy/cursor.py [new file with mode: 0644]
tweepyshell.py