tests/test-progress.t
changeset 33984 a37417e30a1f
parent 33624 b4793cc8e1c0
child 34312 d64c2c050b54
--- a/tests/test-progress.t	Tue Aug 22 16:59:06 2017 -0400
+++ b/tests/test-progress.t	Tue Aug 22 16:59:12 2017 -0400
@@ -1,7 +1,8 @@
 
   $ cat > loop.py <<EOF
+  > from __future__ import absolute_import
+  > import time
   > from mercurial import commands, registrar
-  > import time
   > 
   > cmdtable = {}
   > command = registrar.command(cmdtable)