mercurial/hgweb/hgweb_mod.py
changeset 26205 18e1c555ee49
parent 26200 461e7b700fdf
child 26207 13d664127ee9
--- 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