tests/test-parseindex2.py
changeset 29205 a0939666b836
parent 28841 e155b8d5e3b7
child 32411 df448de7cf3b
--- a/tests/test-parseindex2.py	Thu May 19 00:20:38 2016 +0900
+++ b/tests/test-parseindex2.py	Sat May 14 14:03:12 2016 +0900
@@ -9,13 +9,13 @@
 import subprocess
 import sys
 
-from mercurial import (
-    parsers,
-)
 from mercurial.node import (
     nullid,
     nullrev,
 )
+from mercurial import (
+    parsers,
+)
 
 # original python implementation
 def gettype(q):