tests/test-profile.t
changeset 40369 ef6cab7930b3
parent 40200 9cc411952ab9
child 40380 1ce4fe0603a6
--- a/tests/test-profile.t	Thu Oct 18 21:55:47 2018 -0400
+++ b/tests/test-profile.t	Wed Oct 17 23:33:43 2018 -0400
@@ -66,7 +66,7 @@
 
   $ cat >> sleepext.py << EOF
   > import time
-  > from mercurial import registrar, commands
+  > from mercurial import registrar
   > cmdtable = {}
   > command = registrar.command(cmdtable)
   > @command(b'sleep', [], b'hg sleep')