mercurial/hgweb/webcommands.py
changeset 30559 d83ca854fa21
parent 30298 4ed8bb8a153f
child 30734 b9e49f7b0220
--- a/mercurial/hgweb/webcommands.py	Wed Nov 30 19:23:04 2016 +0000
+++ b/mercurial/hgweb/webcommands.py	Sat Oct 22 14:35:10 2016 +0900
@@ -1302,7 +1302,7 @@
         return tmpl('helptopics', topics=topics, title=topicname,
                     subindex=True)
 
-    u = webutil.wsgiui()
+    u = webutil.wsgiui.load()
     u.verbose = True
 
     # Render a page from a sub-topic.