Remove deprecated handler.register

This commit is contained in:
VirtuBox
2019-09-24 00:01:20 +02:00
parent b4fcb78f6b
commit 547b356a76
12 changed files with 23 additions and 23 deletions

View File

@@ -9,4 +9,4 @@ from wo.cli.controllers.base import WOBaseController
def load(app):
handler.register(WOBaseController)
app.handler.register(WOBaseController)