diff --git a/pype/__init__.py b/pype/__init__.py index 8bd31c060d..755ffa9e7a 100644 --- a/pype/__init__.py +++ b/pype/__init__.py @@ -9,11 +9,11 @@ from .lib import collect_container_metadata import logging log = logging.getLogger(__name__) -# do not delete these are mandatory -Anatomy = None -Dataflow = None -Metadata = None -Colorspace = None +# # do not delete these are mandatory +# Anatomy = None +# Dataflow = None +# Metadata = None +# Colorspace = None PACKAGE_DIR = os.path.dirname(__file__) PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins") diff --git a/pype/api.py b/pype/api.py index aabda8acc9..e42c58fab7 100644 --- a/pype/api.py +++ b/pype/api.py @@ -17,12 +17,12 @@ from .action import ( from pypeapp import Logger -from . import ( - Anatomy, - Colorspace, - Metadata, - Dataflow -) +# from . import ( +# Anatomy, +# Colorspace, +# Metadata, +# Dataflow +# ) from .templates import ( load_data_from_templates,