Remove deprecated hook.register
This commit is contained in:
@@ -1003,4 +1003,4 @@ def load(app):
|
||||
app.handler.register(WOStackUpgradeController)
|
||||
|
||||
# register a hook (function) to run after arguments are parsed.
|
||||
hook.register('post_argument_parsing', wo_stack_hook)
|
||||
app.hook.register('post_argument_parsing', wo_stack_hook)
|
||||
|
||||
Reference in New Issue
Block a user