hgext/narrow/narrowwirepeer.py
changeset 36160 9fd8c2a3db5a
parent 36102 b60c577b6e03
child 36351 87e950a070e6
--- a/hgext/narrow/narrowwirepeer.py	Mon Feb 12 16:15:34 2018 -0800
+++ b/hgext/narrow/narrowwirepeer.py	Mon Feb 12 16:21:34 2018 -0800
@@ -12,11 +12,10 @@
     error,
     extensions,
     hg,
+    narrowspec,
     node,
 )
 
-from . import narrowspec
-
 def uisetup():
     def peersetup(ui, peer):
         # We must set up the expansion before reposetup below, since it's used