change import of 'get_workfile_template_key' in unreal prelaunch hook

This commit is contained in:
Jakub Trllo 2022-10-19 17:31:13 +02:00
parent 7abdb0bd19
commit b4ab7bb324

View file

@ -8,8 +8,8 @@ from openpype.lib import (
PreLaunchHook,
ApplicationLaunchFailed,
ApplicationNotFound,
get_workfile_template_key
)
from openpype.pipeline.workfile import get_workfile_template_key
import openpype.hosts.unreal.lib as unreal_lib