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