Fix CursorIterator.next() for Python 3
authorYuri Prezument <y@yprez.com>
Wed, 19 Nov 2014 10:55:32 +0000 (12:55 +0200)
committerYuri Prezument <y@yprez.com>
Wed, 19 Nov 2014 10:55:32 +0000 (12:55 +0200)
commitc5c127edbe13175e8515becbc0d2955b8def1950
tree884182557c47c313458421038489b5bc49db781e
parent2c2cc03b336b3094ab904e55ce69e62c03ab202b
Fix CursorIterator.next() for Python 3

It was calling next, but returning None
tweepy/cursor.py