mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix publisher import in experimental tools
This commit is contained in:
parent
7463a43d2a
commit
52bb4a0d40
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue