Add subcategory stuff for the API to work

This commit is contained in:
Alexandre Aubin 2017-07-23 16:16:10 -04:00
parent 6a6fb89fd0
commit 74281816b4

View file

@ -551,6 +551,9 @@ class ActionsMapParser(BaseActionsMapParser):
def add_category_parser(self, name, **kwargs):
return self
def add_subcategory_parser(self, name, **kwargs):
return self
def add_action_parser(self, name, tid, api=None, **kwargs):
"""Add a parser for an action