fixed interface name

This commit is contained in:
Jakub Trllo 2022-08-27 10:39:12 +02:00
parent c2b090c73d
commit 981b56d1e4

View file

@ -1,11 +1,11 @@
import os
from openpype.modules import OpenPypeModule
from openpype.modules.interfaces import IHostModule
from openpype.modules.interfaces import IHostAddon
HOUDINI_HOST_DIR = os.path.dirname(os.path.abspath(__file__))
class HoudiniAddon(OpenPypeModule, IHostModule):
class HoudiniAddon(OpenPypeModule, IHostAddon):
name = "houdini"
host_name = "houdini"