tests/test-eol.t
changeset 33721 24849d53697d
parent 32940 75be14993fda
child 33955 efa6a420ba57
--- a/tests/test-eol.t	Thu Jun 15 13:32:32 2017 -0400
+++ b/tests/test-eol.t	Thu Jun 15 14:22:25 2017 -0400
@@ -16,7 +16,7 @@
   > except ImportError:
   >     pass
   > (old, new) = sys.argv[1] == 'LF' and ('\n', '\r\n') or ('\r\n', '\n')
-  > print "%% switching encoding from %r to %r" % (old, new)
+  > print("%% switching encoding from %r to %r" % (old, new))
   > for path in sys.argv[2:]:
   >     data = file(path, 'rb').read()
   >     data = data.replace(old, new)