diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-09 21:49:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 21:49:19 +0000 |
commit | 3c1781135b4029fdc657b2009259d3b8ddd8eebc (patch) | |
tree | 0031f38e1bd6c2cc86fa7465e0ea50af9eeb7b8f /components/model-catalog/blueprint-model | |
parent | e5b42d3d61651866c0f12b5de6653b1a9d2b9b85 (diff) | |
parent | 1596f69d2e59a158ae509e798448a398b2c9559f (diff) |
Merge "Fixed restconf Python scripts bugs caused by BPP refactor"
Diffstat (limited to 'components/model-catalog/blueprint-model')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py b/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py index 17dd56104..7bda87229 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py @@ -14,8 +14,6 @@ # limitations under the License. # ============LICENSE_END========================================================= -from org.onap.ccsdk.cds.blueprintsprocessor.functions.restconf.executor import \ - RestconfComponentFunction from java.lang import Exception as JavaException from restconf_client import RestconfClient |