mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed from where is 'main' imported
This commit is contained in:
parent
c1d6eaa5f9
commit
551d40b624
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def main(argv):
|
|||
|
||||
host_name = os.environ["AVALON_APP"].lower()
|
||||
if host_name == "photoshop":
|
||||
from avalon.photoshop.lib import main
|
||||
from openpype.hosts.photoshop.api.lib import main
|
||||
elif host_name == "aftereffects":
|
||||
from avalon.aftereffects.lib import main
|
||||
elif host_name == "harmony":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue