changeset 5197 | 55860a45bbf2 |
parent 5123 | 79373ec3f27d |
child 5290 | 05889b6b1468 |
--- a/mercurial/hgweb/hgwebdir_mod.py Fri Aug 17 23:20:13 2007 -0300 +++ b/mercurial/hgweb/hgwebdir_mod.py Sat Aug 18 11:37:08 2007 +0200 @@ -6,7 +6,6 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from mercurial import demandimport; demandimport.enable() import os, mimetools, cStringIO from mercurial.i18n import gettext as _ from mercurial import ui, hg, util, templater