fix forgotten unreal import

This commit is contained in:
Milan Kolar 2021-02-02 11:11:26 +01:00
parent 302719241b
commit 44bb905057

View file

@ -1,5 +1,5 @@
from unreal import EditorLevelLibrary as ell
from pype.hosts.unreal.plugin import Creator
from pype.hosts.unreal.api.plugin import Creator
from avalon.unreal import (
instantiate,
)