]> git.ipfire.org Git - ipfire.org.git/commitdiff
Don't import tracker handlers
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Oct 2017 13:57:11 +0000 (14:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Oct 2017 13:57:11 +0000 (14:57 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
webapp/handlers.py

index 8a2ca66f028fbb77697d04f369617ae0603a3509..39205b749de8979a995452eb42a5f196872af639 100644 (file)
@@ -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):