]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/web/handlers.py
web: Rename i-use module
[ipfire.org.git] / src / web / handlers.py
index 33d63ca75faf3888e84f693e654aaa331599e007..b9dac89ca36f440f0ff7c0656199dd2c68c5901d 100644 (file)
@@ -7,7 +7,6 @@ import tornado.web
 from . import base
 
 from .handlers_fireinfo import *
-from .handlers_iuse import *
 from .handlers_mirrors import *
 
 class LangCompatHandler(base.BaseHandler):