Migrate ccsdk/apps to ccsdk/cds
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / capability_restconf / Scripts / python / RestconfConfigDeploy.py
index 33f9400..518666a 100644 (file)
@@ -17,7 +17,7 @@
 # ============LICENSE_END=========================================================
 from time import sleep
 
-from org.onap.ccsdk.apps.blueprintsprocessor.functions.restconf.executor import \
+from org.onap.ccsdk.cds.blueprintsprocessor.functions.restconf.executor import \
     RestconfComponentFunction
 from java.lang import Exception as JavaException