diff mercurial/hgweb/hgweb_mod.py @ 12062:c327bfa5e831

cleanup: remove unused imports
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:38 -0400
parents 368cd5325348
children f64b416b0ac8
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py	Fri Aug 27 13:18:25 2010 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Fri Aug 27 13:32:38 2010 -0400
@@ -6,8 +6,8 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-import os, sys, urllib
-from mercurial import ui, hg, hook, error, encoding, templater, util
+import os
+from mercurial import ui, hg, hook, error, encoding, templater
 from common import get_mtime, ErrorResponse, permhooks
 from common import HTTP_OK, HTTP_BAD_REQUEST, HTTP_NOT_FOUND, HTTP_SERVER_ERROR
 from request import wsgirequest