mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
py3k: sys.maxint renamed to sys.maxsize
This commit is contained in:
parent
83ff0b3b31
commit
a453007651
|
@ -36,7 +36,7 @@ class Interval:
|
|||
self.hilo.append((hi, lo))
|
||||
|
||||
if not self.hilo:
|
||||
self.hilo = [(sys.maxint, 0)]
|
||||
self.hilo = [(sys.maxsize, 0)]
|
||||
|
||||
def __getitem__(self, index):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user