From ba6d14c7e151a654127a990fb585e004c7454ac5 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 9 Apr 2019 18:28:15 +0200 Subject: [PATCH] temporarily turn of templates in nuke --- pype/__init__.py | 10 +++++----- pype/api.py | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) 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,