tests/test-hgweb.t
changeset 39433 8466c6075161
parent 38481 a8872a820242
child 39707 5abc47d4ca6b
--- a/tests/test-hgweb.t	Tue Sep 04 17:58:39 2018 +0300
+++ b/tests/test-hgweb.t	Tue Sep 04 17:57:49 2018 +0300
@@ -329,7 +329,7 @@
 
 Test the access/error files are opened in append mode
 
-  $ $PYTHON -c "print len(open('access.log', 'rb').readlines()), 'log lines written'"
+  $ $PYTHON -c "from __future__ import print_function; print(len(open('access.log', 'rb').readlines()), 'log lines written')"
   14 log lines written
 
 static file