moved env_value_to_bool to env_tools

This commit is contained in:
iLLiCiTiT 2020-11-18 19:23:55 +01:00
parent fc2f4f929d
commit 24a8fad513
3 changed files with 20 additions and 16 deletions

View file

@ -6,6 +6,7 @@ from .deprecated import (
set_io_database
)
from .env_tools import env_value_to_bool
from .avalon_context import (
is_latest,
any_outdated,
@ -44,6 +45,8 @@ __all__ = [
"get_avalon_database",
"set_io_database",
"env_value_to_bool",
"is_latest",
"any_outdated",
"get_asset",