diff options
author | 2018-11-12 13:08:42 -0500 | |
---|---|---|
committer | 2018-11-12 13:08:42 -0500 | |
commit | 4c127b7c432bea4a05be9079bc25dedf606a27d6 (patch) | |
tree | acdd35c2ce96a9347a9c9952e2e6b031a35257a2 /components/core/load/blueprints/baseconfiguration/Scripts | |
parent | ee40d450585b13a5a6443946b5013e4ef64a9920 (diff) |
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) <bs2796@att.com>
Diffstat (limited to 'components/core/load/blueprints/baseconfiguration/Scripts')
-rw-r--r-- | components/core/load/blueprints/baseconfiguration/Scripts/SamplePythonComponentNode.py | 8 | ||||
-rw-r--r-- | components/core/load/blueprints/baseconfiguration/Scripts/__init__.py | 0 |
2 files changed, 0 insertions, 8 deletions
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 --- a/components/core/load/blueprints/baseconfiguration/Scripts/__init__.py +++ /dev/null |