tests/test-progress.t
changeset 32337 46ba2cdda476
parent 28881 d9f7f590f1e3
child 33097 fce4ed2912bb
--- a/tests/test-progress.t	Sat May 13 17:53:55 2017 +0900
+++ b/tests/test-progress.t	Sat Jan 09 23:07:20 2016 +0900
@@ -1,10 +1,10 @@
 
   $ cat > loop.py <<EOF
-  > from mercurial import cmdutil, commands
+  > from mercurial import commands, registrar
   > import time
   > 
   > cmdtable = {}
-  > command = cmdutil.command(cmdtable)
+  > command = registrar.command(cmdtable)
   > 
   > class incrementingtime(object):
   >     def __init__(self):