Mercurial > public > mercurial-scm > hg-stable
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 Thu Jun 29 18:34:26 2006 -0700 +++ b/mercurial/hgweb/request.py Thu Jun 29 19:06:18 2006 -0700 @@ -48,7 +48,7 @@ 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([])