mercurial/hgweb/request.py
changeset 6212 e75aab656f46
parent 6137 1c0e7afe824a
child 6774 0dbb56e90a71
--- a/mercurial/hgweb/request.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/mercurial/hgweb/request.py	Thu Mar 06 22:23:41 2008 +0100
@@ -7,7 +7,6 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 import socket, cgi, errno
-from mercurial.i18n import gettext as _
 from common import ErrorResponse, statusmessage
 
 class wsgirequest(object):