author | Augie Fackler <raf@durin42.com> |
Tue, 22 Aug 2017 16:59:12 -0400 | |
changeset 33984 | a37417e30a1f |
parent 33983 | 99e3227c83b5 |
child 33985 | 68bc85f46fe3 |
--- 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)