hgweb: fix tracebacks on both index and repo pages
authorTK Soh <teekaysoh@yahoo.com>
Thu, 01 Jun 2006 09:14:27 -0500
changeset 2360 25ec4981883e
parent 2359 a392eaa81f29
child 2361 d3adb454c5a9
hgweb: fix tracebacks on both index and repo pages
mercurial/hgweb/hgwebdir_mod.py
--- a/mercurial/hgweb/hgwebdir_mod.py	Thu Jun 01 17:51:40 2006 +0200
+++ b/mercurial/hgweb/hgwebdir_mod.py	Thu Jun 01 09:14:27 2006 -0500
@@ -10,7 +10,9 @@
 from mercurial.demandload import demandload
 demandload(globals(), "ConfigParser")
 demandload(globals(), "mercurial:ui,hg,util,templater")
+demandload(globals(), "mercurial.hgweb.hgweb_mod:hgweb")
 demandload(globals(), "mercurial.hgweb.request:hgrequest")
+demandload(globals(), "mercurial.hgweb.common:get_mtime,staticfile")
 from mercurial.i18n import gettext as _
 
 # This is a stopgap