Refactors hooks registration

This commit is contained in:
nemunaire 2015-11-02 20:19:12 +01:00
commit f39a0eac56
40 changed files with 202 additions and 168 deletions

View file

@ -72,7 +72,7 @@ def compute_line(line, stringTens):
# MODULE INTERFACE ####################################################
@hook("cmd_hook", "conjugaison",
@hook.command("conjugaison",
help_usage={
"TENS VERB": "give the conjugaison for VERB in TENS."
})