comparison mercurial/hgweb/webcommands.py @ 8390:beae42f3d93b

drop unused imports
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Thu, 14 May 2009 15:35:46 +0200
parents 418ea63f00fb
children de6bb29e208a
comparison
equal deleted inserted replaced
8389:4b798b100c32 8390:beae42f3d93b
10 from mercurial import error, archival, templater, templatefilters 10 from mercurial import error, archival, templater, templatefilters
11 from mercurial.node import short, hex 11 from mercurial.node import short, hex
12 from mercurial.util import binary 12 from mercurial.util import binary
13 from common import paritygen, staticfile, get_contact, ErrorResponse 13 from common import paritygen, staticfile, get_contact, ErrorResponse
14 from common import HTTP_OK, HTTP_FORBIDDEN, HTTP_NOT_FOUND 14 from common import HTTP_OK, HTTP_FORBIDDEN, HTTP_NOT_FOUND
15 from mercurial import graphmod, util 15 from mercurial import graphmod
16 16
17 # __all__ is populated with the allowed commands. Be sure to add to it if 17 # __all__ is populated with the allowed commands. Be sure to add to it if
18 # you're adding a new command, or the new command won't work. 18 # you're adding a new command, or the new command won't work.
19 19
20 __all__ = [ 20 __all__ = [