Skip to content
Snippets Groups Projects
Commit 531f5e93 authored by Augie Fackler's avatar Augie Fackler
Browse files

tests: properly sort imports in test-nointerrupt.t

Somehow this was only detected in Python 3.

Differential Revision: https://phab.mercurial-scm.org/D3923
parent cd1c484e
No related branches found
No related tags found
No related merge requests found
Dummy extension simulating unsafe long running command
$ cat > sleepext.py <<EOF
> import itertools
> import time
......@@ -3,3 +4,2 @@
> import time
> import itertools
>
......@@ -5,2 +5,3 @@
>
> from mercurial.i18n import _
> from mercurial import registrar
......@@ -6,5 +7,4 @@
> from mercurial import registrar
> from mercurial.i18n import _
>
> cmdtable = {}
> command = registrar.command(cmdtable)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment