diff mercurial/hgweb/request.py @ 2535:b8ccf6386db7

Arrange for old copies of CGI scripts to still work.
author Eric Hopper <hopper@omnifarious.org>
date Thu, 29 Jun 2006 19:06:18 -0700
parents 419c42223bee
children 345bac2bc4ec
line wrap: on
line diff
--- a/mercurial/hgweb/request.py
+++ b/mercurial/hgweb/request.py
@@ -48,7 +48,7 @@ class _wsgirequest(object):
         self.form = cgi.parse(self.inp, self.env, keep_blank_values=1)
         self.start_response = start_response
         self.headers = []
-        destination.run(self)
+        destination.run_wsgi(self)
 
     def __iter__(self):
         return iter([])