Use named version attribute

This commit is contained in:
hugovk 2018-02-06 22:03:50 +02:00 committed by Hugo
parent 13767f045f
commit 0b2a77e8e4

View File

@ -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):