python-pillow / Sane

Python interface to the SANE scanner and frame grabber
Other
55 stars 19 forks source link

Add __next__ to _SaneIterator for Python 3 #38

Closed isedev closed 6 years ago

isedev commented 6 years ago

In Python 3, an iterator is expected to have __next__ rather than next().

manisandro commented 6 years ago

Thanks!