mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-3908 - added missed interface
This commit is contained in:
parent
ec6654455e
commit
3e90759d58
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ from openpype.host import (
|
|||
HostBase,
|
||||
IWorkfileHost,
|
||||
ILoadHost,
|
||||
IPublishHost
|
||||
)
|
||||
|
||||
from openpype.pipeline.load import any_outdated_containers
|
||||
|
|
@ -33,7 +34,7 @@ CREATE_PATH = os.path.join(PLUGINS_DIR, "create")
|
|||
INVENTORY_PATH = os.path.join(PLUGINS_DIR, "inventory")
|
||||
|
||||
|
||||
class PhotoshopHost(HostBase, IWorkfileHost, ILoadHost):
|
||||
class PhotoshopHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
||||
name = "photoshop"
|
||||
|
||||
def install(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue