Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix publisher import in experimental tools
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 25, 2022
1 parent 7463a43 commit 52bb4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/tools/experimental_tools/tools_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def refresh_availability(self):

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
)

Expand Down

0 comments on commit 52bb4a0

Please sign in to comment.