Fix invalid Python 3 syntax

This commit is contained in:
cgohlke
2012-02-25 20:00:39 -08:00
parent 48b0e6dfd3
commit 1f7f234264
-1
View File
@@ -37,7 +37,6 @@ def test_imread_uint16_big_endian():
class TestSave:
def roundtrip(self, dtype, x, suffix):
print dtype, x.shape, suffix
f = NamedTemporaryFile(suffix='.'+suffix)
fname = f.name
f.close()