fix publisher import in experimental tools

This commit is contained in:
Jakub Trllo 2022-10-25 10:33:10 +02:00
parent 7463a43d2a
commit 52bb4a0d40

View file

@ -164,9 +164,9 @@ class ExperimentalTools:
def _show_publisher(self):
if self._publisher_tool is None:
from openpype.tools import publisher
from openpype.tools.publisher.window import PublisherWindow
self._publisher_tool = publisher.PublisherWindow(
self._publisher_tool = PublisherWindow(
parent=self._parent_widget
)