changeset 8663 | 45f626a39def |
parent 8390 | beae42f3d93b |
child 8859 | 580a79dde2a3 |
--- a/mercurial/hgweb/hgweb_mod.py Sun May 31 01:29:30 2009 +0200 +++ b/mercurial/hgweb/hgweb_mod.py Sun May 31 01:30:16 2009 +0200 @@ -68,7 +68,8 @@ def run(self): if not os.environ.get('GATEWAY_INTERFACE', '').startswith("CGI/1."): - raise RuntimeError("This function is only intended to be called while running as a CGI script.") + raise RuntimeError("This function is only intended to be " + "called while running as a CGI script.") import mercurial.hgweb.wsgicgi as wsgicgi wsgicgi.launch(self)