- 1
- 2
- 3
- 4
- 5
- 6
- 7
if os.path.exists(composite_module_path + '.xml'):
return self.get_act_from_usml_module(composite_module_path + '.xml', composite_as_name,
act_name, parent, act_arg_values)
elif os.path.exists(composite_module_path + '.py') or \
os.path.exists(composite_module_path + '/__init__.py')\
:
return self.get_act_from_py(module_name, as_name, act_name, parent, act_arg_values)
Комментарии (0) RSS
Добавить комментарий