Skip to content
Snippets Groups Projects
Commit 55426103 authored by Stefano Borini's avatar Stefano Borini
Browse files

Export pop_recursive

We need pop_recursive in the API. This PR exports it
parent 59628614
No related branches found
No related tags found
1 merge request!189Export pop_recursive
......@@ -24,7 +24,7 @@ from .factory_registry_plugin import FactoryRegistryPlugin # noqa
from .io.workflow_reader import WorkflowReader # noqa
from .io.workflow_reader import InvalidFileException # noqa
from .io.workflow_writer import WorkflowWriter # noqa
from .io.workflow_writer import WorkflowWriter, pop_recursive # noqa
from .mco.base_mco_model import BaseMCOModel # noqa
from .mco.base_mco_communicator import BaseMCOCommunicator # noqa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment