moved compile_list_of_regexes to profiles_filtering and moved it's import in openpype.lib earlier

This commit is contained in:
iLLiCiTiT 2021-09-16 11:49:37 +02:00
parent 0631a7d9b9
commit 95424cdfc7
3 changed files with 26 additions and 25 deletions

View file

@ -59,6 +59,11 @@ from .python_module_tools import (
import_module_from_dirpath
)
from .profiles_filtering import (
compile_list_of_regexes,
filter_profiles
)
from .avalon_context import (
CURRENT_DOC_SCHEMAS,
PROJECT_NAME_ALLOWED_SYMBOLS,
@ -118,13 +123,9 @@ from .applications import (
prepare_host_environments,
prepare_context_environments,
get_app_environments_for_context,
apply_project_environments_value,
compile_list_of_regexes
apply_project_environments_value
)
from .profiles_filtering import filter_profiles
from .plugin_tools import (
TaskNotSetError,
get_subset_name,