Mercurial > hg-stable
changeset 26205:18e1c555ee49
hgweb: drop unused import
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 09 Sep 2015 12:40:57 -0700 |
parents | 54875a6c3714 |
children | ab1c6e4efda4 |
files | mercurial/hgweb/hgweb_mod.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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