mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Use named version attribute
This commit is contained in:
parent
13767f045f
commit
0b2a77e8e4
|
@ -265,7 +265,7 @@ class PillowLeakTestCase(PillowTestCase):
|
||||||
|
|
||||||
# helpers
|
# helpers
|
||||||
|
|
||||||
py3 = (sys.version_info >= (3, 0))
|
py3 = sys.version_info.major >= 3
|
||||||
|
|
||||||
|
|
||||||
def fromstring(data):
|
def fromstring(data):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user