hgweb: drop unused import
authorMatt Mackall <mpm@selenic.com>
Fri, 11 Sep 2015 12:48:09 -0700
changeset 26226 efebefe162e9
parent 26225 e257df7a9974
child 26227 611ba118ebfc
hgweb: drop unused import
mercurial/hgweb/hgweb_mod.py
--- 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