mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed process_context to context_tools
This commit is contained in:
parent
fe3758581b
commit
a5dd9f4e0e
3 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import openpype
|
|||
import openpype.hosts.celaction
|
||||
from openpype.hosts.celaction import api as celaction
|
||||
from openpype.tools.utils import host_tools
|
||||
from openpype.pipeline.process_context import install_openpype_plugins
|
||||
from openpype.pipeline import install_openpype_plugins
|
||||
|
||||
|
||||
log = Logger().get_logger("Celaction_cli_publisher")
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ from .actions import (
|
|||
deregister_inventory_action_path,
|
||||
)
|
||||
|
||||
from .process_context import (
|
||||
from .context_tools import (
|
||||
install_openpype_plugins,
|
||||
install_host,
|
||||
uninstall_host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue