Mercurial > hg-stable
changeset 26226:efebefe162e9
hgweb: drop unused import
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 11 Sep 2015 12:48:09 -0700 |
parents | e257df7a9974 |
children | 611ba118ebfc |
files | mercurial/hgweb/hgweb_mod.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py Thu Sep 10 13:45:00 2015 -0400 +++ b/mercurial/hgweb/hgweb_mod.py Fri Sep 11 12:48:09 2015 -0700 @@ -10,7 +10,7 @@ import os from mercurial import ui, hg, hook, error, encoding, templater, util, repoview from mercurial.templatefilters import websub -from common import get_stat, ErrorResponse, permhooks, caching +from common import ErrorResponse, permhooks, caching from common import HTTP_OK, HTTP_NOT_MODIFIED, HTTP_BAD_REQUEST from common import HTTP_NOT_FOUND, HTTP_SERVER_ERROR from request import wsgirequest