diff --git a/pype/lib/__init__.py b/pype/lib/__init__.py index 67a31d1737..4023391d64 100644 --- a/pype/lib/__init__.py +++ b/pype/lib/__init__.py @@ -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",