mercurial/hgweb.py
changeset 956 16c8b36fd3c1
parent 953 52d8d81e72ad
child 957 305ab68c4394
--- a/mercurial/hgweb.py	Fri Aug 19 16:51:44 2005 -0800
+++ b/mercurial/hgweb.py	Fri Aug 19 17:01:11 2005 -0800
@@ -833,7 +833,7 @@
 
         if virtual:
             real = self.cp.get("paths", virtual[1:])
-            h = hgweb.hgweb(real)
+            h = hgweb(real)
             h.run()
             return