hgext/narrow/narrowcommands.py
changeset 36160 9fd8c2a3db5a
parent 36154 4a7ba3ac9163
child 36166 ccf7ae119769
--- a/hgext/narrow/narrowcommands.py	Mon Feb 12 16:15:34 2018 -0800
+++ b/hgext/narrow/narrowcommands.py	Mon Feb 12 16:21:34 2018 -0800
@@ -18,6 +18,7 @@
     extensions,
     hg,
     merge,
+    narrowspec,
     node,
     pycompat,
     registrar,
@@ -29,7 +30,6 @@
 from . import (
     narrowbundle2,
     narrowrepo,
-    narrowspec,
 )
 
 table = {}