# HG changeset patch # User Augie Fackler # Date 2017-08-22 20:59:12 # Node ID a37417e30a1feefe45a085fe32384c665cbbedf4 # Parent 99e3227c83b53ac0bc76e453602deab6640f9999 tests: update test-progress to pass our import checker diff --git a/tests/test-progress.t b/tests/test-progress.t --- a/tests/test-progress.t +++ b/tests/test-progress.t @@ -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)