mercurial/hgweb.py
changeset 956 16c8b36fd3c1
parent 953 52d8d81e72ad
child 957 305ab68c4394
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -833,7 +833,7 @@ class hgwebdir:
 
         if virtual:
             real = self.cp.get("paths", virtual[1:])
-            h = hgweb.hgweb(real)
+            h = hgweb(real)
             h.run()
             return