forgotten changes of MayaHost imports

This commit is contained in:
Jakub Trllo 2022-06-23 11:03:08 +02:00
parent 796348d4af
commit 20cf87c07d

View file

@ -1,10 +1,10 @@
import os
from openpype.api import get_project_settings
from openpype.pipeline import install_host
from openpype.hosts.maya.api import MayaHostImplementation
from openpype.hosts.maya.api import MayaHost
from maya import cmds
host = MayaHostImplementation()
host = MayaHost()
install_host(host)