##// END OF EJS Templates
hgweb: drop unused import
Matt Mackall -
r26226:efebefe1 default
parent child Browse files
Show More
@@ -10,7 +10,7 b' import contextlib'
10 10 import os
11 11 from mercurial import ui, hg, hook, error, encoding, templater, util, repoview
12 12 from mercurial.templatefilters import websub
13 from common import get_stat, ErrorResponse, permhooks, caching
13 from common import ErrorResponse, permhooks, caching
14 14 from common import HTTP_OK, HTTP_NOT_MODIFIED, HTTP_BAD_REQUEST
15 15 from common import HTTP_NOT_FOUND, HTTP_SERVER_ERROR
16 16 from request import wsgirequest
General Comments 0
You need to be logged in to leave comments. Login now