hgext/narrow/narrowdirstate.py
changeset 36160 9fd8c2a3db5a
parent 36079 a2a6e724d61a
child 36200 deb851914fd7
--- a/hgext/narrow/narrowdirstate.py	Mon Feb 12 16:15:34 2018 -0800
+++ b/hgext/narrow/narrowdirstate.py	Mon Feb 12 16:21:34 2018 -0800
@@ -13,11 +13,10 @@
     error,
     extensions,
     match as matchmod,
+    narrowspec,
     util as hgutil,
 )
 
-from . import narrowspec
-
 def setup(repo):
     """Add narrow spec dirstate ignore, block changes outside narrow spec."""