extracted compile_list_of_regexes to pype.lib's init file

This commit is contained in:
iLLiCiTiT 2021-02-26 19:13:12 +01:00
parent 9a3db03975
commit 66efae67dd

View file

@ -78,7 +78,9 @@ from .applications import (
EnvironmentPrepData,
prepare_host_environments,
prepare_context_environments,
get_app_environments_for_context
get_app_environments_for_context,
compile_list_of_regexes
)
from .plugin_tools import (
@ -167,6 +169,8 @@ __all__ = [
"prepare_context_environments",
"get_app_environments_for_context",
"compile_list_of_regexes",
"filter_pyblish_plugins",
"source_hash",
"get_unique_layer_name",