move lib out of host implementation

This commit is contained in:
Ondrej Samohel 2022-03-01 15:43:09 +01:00
parent 5479a26b21
commit 32963fb56d
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ from openpype.lib import (
get_workdir_data,
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):