mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
move lib out of host implementation
This commit is contained in:
parent
5479a26b21
commit
32963fb56d
2 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from openpype.lib import (
|
||||||
get_workdir_data,
|
get_workdir_data,
|
||||||
get_workfile_template_key
|
get_workfile_template_key
|
||||||
)
|
)
|
||||||
from openpype.hosts.unreal.api import lib as unreal_lib
|
import openpype.hosts.unreal.lib as unreal_lib
|
||||||
|
|
||||||
|
|
||||||
class UnrealPrelaunchHook(PreLaunchHook):
|
class UnrealPrelaunchHook(PreLaunchHook):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue