tests/test-import.t
changeset 29485 6a98f9408a50
parent 27054 fe458d078ed7
child 29900 50f2966f86ca
--- a/tests/test-import.t	Fri Jul 01 19:17:45 2016 -0700
+++ b/tests/test-import.t	Sun Jul 03 22:28:24 2016 +0530
@@ -53,7 +53,8 @@
 regardless of the commit message in the patch)
 
   $ cat > dummypatch.py <<EOF
-  > print 'patching file a'
+  > from __future__ import print_function
+  > print('patching file a')
   > file('a', 'wb').write('line2\n')
   > EOF
   $ hg clone -r0 a b