mercurial/hgweb/webcommands.py
changeset 8390 beae42f3d93b
parent 8354 418ea63f00fb
child 8713 de6bb29e208a
--- a/mercurial/hgweb/webcommands.py	Thu May 14 15:24:36 2009 +0200
+++ b/mercurial/hgweb/webcommands.py	Thu May 14 15:35:46 2009 +0200
@@ -12,7 +12,7 @@
 from mercurial.util import binary
 from common import paritygen, staticfile, get_contact, ErrorResponse
 from common import HTTP_OK, HTTP_FORBIDDEN, HTTP_NOT_FOUND
-from mercurial import graphmod, util
+from mercurial import graphmod
 
 # __all__ is populated with the allowed commands. Be sure to add to it if
 # you're adding a new command, or the new command won't work.