diff mercurial/hgweb/hgweb_mod.py @ 26226:efebefe162e9

hgweb: drop unused import
author Matt Mackall <mpm@selenic.com>
date Fri, 11 Sep 2015 12:48:09 -0700
parents a43328baa2ac
children 2b1434e5eaa0
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