mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +03:00
In Python 3, 'next' is renamed to '__next__'
This commit is contained in:
parent
6f88d8dd6b
commit
58e6d127b7
|
@ -52,9 +52,6 @@ class Iterator:
|
|||
except EOFError:
|
||||
raise StopIteration
|
||||
|
||||
def next(self):
|
||||
return self.__next__()
|
||||
|
||||
|
||||
def all_frames(im, func=None):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user