Skip to content
Snippets Groups Projects

Safer plugin import

Merged Adham Hashibon requested to merge safer-plugin-import into master
3 files
+ 1
11
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
from .base_extension_plugin import BaseExtensionPlugin # noqa
from .ids import factory_id, plugin_id, mco_parameter_id # noqa
from .ids import factory_id, mco_parameter_id # noqa
from .core.data_value import DataValue # noqa
from .core.workflow import Workflow # noqa
Loading