# HG changeset patch # User Matt Mackall # Date 1441827657 25200 # Node ID 18e1c555ee493b798070829112b0047c1d2c76b2 # Parent 54875a6c371483ece793205fa1cf945753cdb664 hgweb: drop unused import diff -r 54875a6c3714 -r 18e1c555ee49 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