mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed 'IHostModule' to 'IHostAddon'
This commit is contained in:
parent
52fdba85da
commit
2bfa9eea44
14 changed files with 31 additions and 31 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import os
|
||||
from openpype.modules import OpenPypeModule
|
||||
from openpype.modules.interfaces import IHostModule
|
||||
from openpype.modules.interfaces import IHostAddon
|
||||
|
||||
MAYA_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
class OpenPypeMaya(OpenPypeModule, IHostModule):
|
||||
class OpenPypeMaya(OpenPypeModule, IHostAddon):
|
||||
name = "openpype_maya"
|
||||
host_name = "maya"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue