tests/test-nointerrupt.t
changeset 38656 531f5e933e49
parent 38526 313a940d49a3
child 39479 3ba87d5b9ad3
--- a/tests/test-nointerrupt.t	Wed Jul 11 11:34:41 2018 -0400
+++ b/tests/test-nointerrupt.t	Wed Jul 11 11:41:14 2018 -0400
@@ -1,10 +1,10 @@
 Dummy extension simulating unsafe long running command
   $ cat > sleepext.py <<EOF
+  > import itertools
   > import time
-  > import itertools
   > 
+  > from mercurial.i18n import _
   > from mercurial import registrar
-  > from mercurial.i18n import _
   > 
   > cmdtable = {}
   > command = registrar.command(cmdtable)