diff -r 217703f760d1 -r 4612cded5176 mercurial/hgweb/hgwebdir_mod.py --- a/mercurial/hgweb/hgwebdir_mod.py Mon Feb 08 15:06:26 2010 +0100 +++ b/mercurial/hgweb/hgwebdir_mod.py Mon Feb 08 15:36:34 2010 +0100 @@ -10,7 +10,7 @@ from mercurial.i18n import _ from mercurial import ui, hg, util, templater from mercurial import error, encoding -from common import ErrorResponse, get_mtime, staticfile, paritygen,\ +from common import ErrorResponse, get_mtime, staticfile, paritygen, \ get_contact, HTTP_OK, HTTP_NOT_FOUND, HTTP_SERVER_ERROR from hgweb_mod import hgweb from request import wsgirequest