mercurial/hgweb/hgweb_mod.py
changeset 8390 beae42f3d93b
parent 8360 acc202b71619
child 8663 45f626a39def
--- a/mercurial/hgweb/hgweb_mod.py	Thu May 14 15:24:36 2009 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Thu May 14 15:35:46 2009 +0200
@@ -7,7 +7,7 @@
 # GNU General Public License version 2, incorporated herein by reference.
 
 import os
-from mercurial import ui, hg, util, hook, error, encoding, templater
+from mercurial import ui, hg, hook, error, encoding, templater
 from common import get_mtime, ErrorResponse
 from common import HTTP_OK, HTTP_BAD_REQUEST, HTTP_NOT_FOUND, HTTP_SERVER_ERROR
 from common import HTTP_UNAUTHORIZED, HTTP_METHOD_NOT_ALLOWED