mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
moved gui imports in standalone publisher from globals
This commit is contained in:
parent
06b1501cac
commit
0c92ca3808
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
import pype
|
import pype
|
||||||
from pype import tools
|
|
||||||
|
|
||||||
|
|
||||||
class StandAlonePublishModule:
|
class StandAlonePublishModule:
|
||||||
|
|
@ -30,6 +29,7 @@ class StandAlonePublishModule:
|
||||||
))
|
))
|
||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
|
from pype import tools
|
||||||
standalone_publisher_tool_path = os.path.join(
|
standalone_publisher_tool_path = os.path.join(
|
||||||
os.path.dirname(tools.__file__),
|
os.path.dirname(tools.__file__),
|
||||||
"standalonepublish"
|
"standalonepublish"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue