Example #1
0
 def call_automation(cmd, args):
     from cmk.base.automations import automations
     return automations.execute(cmd, args)
Example #2
0
 def call_automation(cmd, args):
     from cmk.base.automations import automations  # pylint: disable=import-outside-toplevel
     return automations.execute(cmd, args)