mercurial/statichttprepo.py
changeset 31251 591fda751c6b
parent 31158 3eaff87a0a89
child 32750 b8ff7d0ff361
--- a/mercurial/statichttprepo.py	Thu Mar 02 14:47:03 2017 +0100
+++ b/mercurial/statichttprepo.py	Thu Mar 02 14:49:01 2017 +0100
@@ -24,6 +24,7 @@
     store,
     url,
     util,
+    vfs as vfsmod,
 )
 
 urlerr = util.urlerr
@@ -86,7 +87,7 @@
     urlopener = url.opener(ui, authinfo)
     urlopener.add_handler(byterange.HTTPRangeHandler())
 
-    class statichttpvfs(scmutil.abstractvfs):
+    class statichttpvfs(vfsmod.abstractvfs):
         def __init__(self, base):
             self.base = base