mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change openpype imports to ayon_core
This commit is contained in:
parent
a4f2f76fbf
commit
ee6e42ec6c
1247 changed files with 3341 additions and 3343 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue