Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/request.py @ 6212:e75aab656f46
Remove unused imports
author | Joel Rosdahl <joel@rosdahl.net> |
---|---|
date | Thu, 06 Mar 2008 22:23:41 +0100 |
parents | 1c0e7afe824a |
children | 0dbb56e90a71 |
line wrap: on
line diff
--- 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):