mercurial/hgweb/hgwebdir_mod.py
changeset 29786 fc2442492606
parent 29471 c4fc33c477da
child 29787 80df04266a16
--- a/mercurial/hgweb/hgwebdir_mod.py	Sun Aug 14 18:28:43 2016 -0700
+++ b/mercurial/hgweb/hgwebdir_mod.py	Sun Aug 14 16:03:30 2016 -0700
@@ -217,6 +217,9 @@
         return False
 
     def run_wsgi(self, req):
+        return self._runwsgi(req)
+
+    def _runwsgi(self, req):
         try:
             self.refresh()