mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Refactor INewPublisher to IPublishHost
This commit is contained in:
parent
bdfe241458
commit
87621c14f5
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ from openpype.pipeline import (
|
|||
)
|
||||
from openpype.pipeline.load import any_outdated_containers
|
||||
from openpype.hosts.fusion import FUSION_HOST_DIR
|
||||
from openpype.host import HostBase, IWorkfileHost, ILoadHost, INewPublisher
|
||||
from openpype.host import HostBase, IWorkfileHost, ILoadHost, IPublishHost
|
||||
from openpype.tools.utils import host_tools
|
||||
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ class CompLogHandler(logging.Handler):
|
|||
comp.Print(entry)
|
||||
|
||||
|
||||
class FusionHost(HostBase, IWorkfileHost, ILoadHost, INewPublisher):
|
||||
class FusionHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
||||
name = "fusion"
|
||||
|
||||
def install(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue