From 4c127b7c432bea4a05be9079bc25dedf606a27d6 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Mon, 12 Nov 2018 13:08:42 -0500 Subject: Controller Blueprints Component Core Clean unused blueprint and model files under component core. Change-Id: I9385a653c5d6874b9267e9607fc497dac17b1c35 Issue-ID: CCSDK-677 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- .../baseconfiguration/Scripts/SamplePythonComponentNode.py | 8 -------- .../core/load/blueprints/baseconfiguration/Scripts/__init__.py | 0 2 files changed, 8 deletions(-) delete mode 100644 components/core/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py delete mode 100644 components/core/load/blueprints/baseconfiguration/Scripts/__init__.py (limited to 'components/core/load/blueprints/baseconfiguration/Scripts') diff --git a/components/core/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py b/components/core/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py deleted file mode 100644 index eb198c79..00000000 --- a/components/core/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py +++ /dev/null @@ -1,8 +0,0 @@ -from com.brvith.orchestrator.core.interfaces import ComponentNode - -class SamplePythonComponentNode(ComponentNode): - def prepare(self, context, componentContext): - return None - - def prepare(self, context, componentContext): - return None \ No newline at end of file diff --git a/components/core/load/blueprints/baseconfiguration/Scripts/__init__.py b/components/core/load/blueprints/baseconfiguration/Scripts/__init__.py deleted file mode 100644 index e69de29b..00000000 -- cgit