diff mercurial/hgweb/webcommands.py @ 8390:beae42f3d93b

drop unused imports
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Thu, 14 May 2009 15:35:46 +0200
parents 418ea63f00fb
children de6bb29e208a
line wrap: on
line diff
--- 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.