From: Michael Tremer Date: Thu, 12 Oct 2017 13:57:11 +0000 (+0100) Subject: Don't import tracker handlers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=370772990e1c5f5266eb5ba5fe273847b10afaac;p=ipfire.org.git Don't import tracker handlers Signed-off-by: Michael Tremer --- diff --git a/webapp/handlers.py b/webapp/handlers.py index 8a2ca66f..39205b74 100644 --- a/webapp/handlers.py +++ b/webapp/handlers.py @@ -29,7 +29,6 @@ from handlers_nopaste import * from handlers_planet import * from handlers_rss import * from handlers_talk import * -from handlers_tracker import * from handlers_wishlist import * class RootHandler(BaseHandler):