mercurial/hgweb/hgweb_mod.py
changeset 6211 f89fd07fc51d
parent 6203 3a75fcc96dac
child 6217 fe8dbbe9520d
--- a/mercurial/hgweb/hgweb_mod.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/hgweb/hgweb_mod.py	Thu Mar 06 22:23:26 2008 +0100
@@ -7,7 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 import os, mimetypes, re
-from mercurial.node import *
+from mercurial.node import hex, nullid, short
 from mercurial import mdiff, ui, hg, util, archival, patch, hook
 from mercurial import revlog, templater, templatefilters, changegroup
 from common import get_mtime, style_map, paritygen, countgen, get_contact