mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Py3 compat
This commit is contained in:
parent
62bb9aaaa2
commit
289d96331a
|
@ -71,7 +71,7 @@ def _assert_noerr(im):
|
|||
try:
|
||||
assert_equal(im._compression, 'group4')
|
||||
except:
|
||||
print "No _compression"
|
||||
print("No _compression")
|
||||
print (dir(im))
|
||||
|
||||
# can we write it back out, in a different form.
|
||||
|
|
Loading…
Reference in New Issue
Block a user