diff --git a/openpype/tools/new_publisher/control.py b/openpype/tools/new_publisher/control.py index e42f3d3d27..5ca8da5540 100644 --- a/openpype/tools/new_publisher/control.py +++ b/openpype/tools/new_publisher/control.py @@ -7,9 +7,11 @@ from openpype.api import ( get_system_settings, get_project_settings ) + from openpype.pipeline import ( OpenPypePyblishPluginMixin ) + from openpype.pipeline.create import ( BaseCreator, CreateContext