renamed process_context to context_tools

This commit is contained in:
Jakub Trllo 2022-04-12 18:55:57 +02:00
parent fe3758581b
commit a5dd9f4e0e
3 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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,