mercurial/hgweb/hgwebdir_mod.py
changeset 10394 4612cded5176
parent 10282 08a0f04b56bd
child 10600 033d2fdc3b9d
child 10673 9848b39a1472
--- 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