Skip to content
Snippets Groups Projects

Safer plugin import

Merged Adham Hashibon requested to merge safer-plugin-import into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 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