From d8268f3e181d7fc175b65c52094d5379ab170d7d Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 28 Sep 2018 00:16:13 +0200 Subject: Add DD, blueprint and template for self-serve vFW MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If818d768a471156d02db357c83b005f7dae761ff Issue-ID: CCSDK-601 Signed-off-by: Alexis de Talhouët Signed-off-by: Singal, Kapil (ks220y) --- .../baseconfiguration/Scripts/SamplePythonComponentNode.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py') diff --git a/ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py b/ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py index eb198c79..fc515133 100644 --- a/ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py +++ b/ms/controllerblueprints/application/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py @@ -1,8 +1,8 @@ -from com.brvith.orchestrator.core.interfaces import ComponentNode - -class SamplePythonComponentNode(ComponentNode): - def prepare(self, context, componentContext): - return None - - def prepare(self, context, componentContext): +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 -- cgit 1.2.3-korg