tests/test-repair-strip.t
changeset 33720 27fb986e54d0
parent 32940 75be14993fda
child 37410 a6651f5e2c78
--- a/tests/test-repair-strip.t	Mon Jul 24 10:37:39 2017 -0400
+++ b/tests/test-repair-strip.t	Thu Jun 15 13:32:32 2017 -0400
@@ -4,7 +4,7 @@
   > import sys
   > for entry in sys.stdin.read().split('\n'):
   >     if entry:
-  >         print entry.split('\x00')[0]
+  >         print(entry.split('\x00')[0])
   > EOF
 
   $ echo "[extensions]" >> $HGRCPATH