# HG changeset patch # User Augie Fackler # Date 1503435552 14400 # Node ID a37417e30a1feefe45a085fe32384c665cbbedf4 # Parent 99e3227c83b53ac0bc76e453602deab6640f9999 tests: update test-progress to pass our import checker diff -r 99e3227c83b5 -r a37417e30a1f tests/test-progress.t --- 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 < from __future__ import absolute_import + > import time > from mercurial import commands, registrar - > import time > > cmdtable = {} > command = registrar.command(cmdtable)