moved gui imports in standalone publisher from globals

This commit is contained in:
iLLiCiTiT 2020-09-25 16:12:18 +02:00
parent 06b1501cac
commit 0c92ca3808

View file

@ -2,7 +2,6 @@ import os
import sys
import subprocess
import pype
from pype import tools
class StandAlonePublishModule:
@ -30,6 +29,7 @@ class StandAlonePublishModule:
))
def show(self):
from pype import tools
standalone_publisher_tool_path = os.path.join(
os.path.dirname(tools.__file__),
"standalonepublish"