mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 03:16:18 +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:
|
except EOFError:
|
||||||
raise StopIteration
|
raise StopIteration
|
||||||
|
|
||||||
def next(self):
|
|
||||||
return self.__next__()
|
|
||||||
|
|
||||||
|
|
||||||
def all_frames(im, func=None):
|
def all_frames(im, func=None):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user