change openpype imports to ayon_core

This commit is contained in:
Jakub Trllo 2024-02-05 15:46:47 +01:00
parent a4f2f76fbf
commit ee6e42ec6c
1247 changed files with 3341 additions and 3343 deletions

View file

@ -48,7 +48,7 @@ class Terminal:
Set `_initialized` attribute to `True` when is done.
"""
from openpype.lib import env_value_to_bool
from ayon_core.lib import env_value_to_bool
log_no_colors = env_value_to_bool(
"OPENPYPE_LOG_NO_COLORS", default=None
)