mercurial/hgweb/hgweb_mod.py
changeset 10905 13a1b2fb7ef2
parent 10282 08a0f04b56bd
child 10994 c12a57c1a67e
--- a/mercurial/hgweb/hgweb_mod.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Apr 14 17:58:10 2010 +0900
@@ -10,7 +10,6 @@
 from mercurial import ui, hg, hook, error, encoding, templater
 from common import get_mtime, ErrorResponse, permhooks
 from common import HTTP_OK, HTTP_BAD_REQUEST, HTTP_NOT_FOUND, HTTP_SERVER_ERROR
-from common import HTTP_UNAUTHORIZED, HTTP_METHOD_NOT_ALLOWED
 from request import wsgirequest
 import webcommands, protocol, webutil