tests/test-logtoprocess.t
changeset 33966 e98dab3fafbc
parent 33097 fce4ed2912bb
child 34444 df78b1a24094
--- a/tests/test-logtoprocess.t	Tue Aug 22 16:58:22 2017 -0400
+++ b/tests/test-logtoprocess.t	Tue Aug 22 16:58:28 2017 -0400
@@ -8,8 +8,8 @@
 
   $ hg init
   $ cat > $TESTTMP/foocommand.py << EOF
+  > from __future__ import absolute_import
   > from mercurial import registrar
-  > from time import sleep
   > cmdtable = {}
   > command = registrar.command(cmdtable)
   > @command(b'foo', [])