mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed innterface name
This commit is contained in:
parent
0f399523f3
commit
b21ac83866
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import os
|
||||
|
||||
from openpype.modules import OpenPypeModule
|
||||
from openpype.modules.interfaces import IHostModule
|
||||
from openpype.modules.interfaces import IHostAddon
|
||||
|
||||
from .utils import RESOLVE_ROOT_DIR
|
||||
|
||||
|
||||
class ResolveAddon(OpenPypeModule, IHostModule):
|
||||
class ResolveAddon(OpenPypeModule, IHostAddon):
|
||||
name = "resolve"
|
||||
host_name = "resolve"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue