hgweb: drop unused import
authorMatt Mackall <mpm@selenic.com>
Wed, 09 Sep 2015 12:40:57 -0700
changeset 26205 18e1c555ee49
parent 26204 54875a6c3714
child 26206 ab1c6e4efda4
hgweb: drop unused import
mercurial/hgweb/hgweb_mod.py
--- a/mercurial/hgweb/hgweb_mod.py	Tue Sep 08 20:44:18 2015 -0400
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Sep 09 12:40:57 2015 -0700
@@ -9,7 +9,6 @@
 import os
 from mercurial import ui, hg, hook, error, encoding, templater, util, repoview
 from mercurial.templatefilters import websub
-from mercurial.i18n import _
 from common import get_stat, ErrorResponse, permhooks, caching
 from common import HTTP_OK, HTTP_NOT_MODIFIED, HTTP_BAD_REQUEST
 from common import HTTP_NOT_FOUND, HTTP_SERVER_ERROR