Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
forgotten changes of MayaHost imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 23, 2022
1 parent 796348d commit 20cf87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/hosts/maya/startup/userSetup.py
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 20cf87c

Please sign in to comment.