changeset 33984:a37417e30a1f

tests: update test-progress to pass our import checker
author Augie Fackler <raf@durin42.com>
date Tue, 22 Aug 2017 16:59:12 -0400
parents 99e3227c83b5
children 68bc85f46fe3
files tests/test-progress.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)