From 9a4387cf89f95ecdce9d135677a4b4c4c94a8b94 Mon Sep 17 00:00:00 2001 From: "Cherukuri, Venkatanaresh (vn166g)" Date: Tue, 5 Feb 2019 09:47:55 -0500 Subject: Blueprint Processor Python Script Components Adding Python scripts for Netconf Executor components Change-Id: I6d84dea2e47860063a1140146aebe94d61f8d9c1 Issue-ID: CCSDK-997 Signed-off-by: Cherukuri, Venkatanaresh (vn166g) --- components/scripts/python/ccsdk_netconf/common.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 components/scripts/python/ccsdk_netconf/common.py (limited to 'components/scripts/python/ccsdk_netconf/common.py') diff --git a/components/scripts/python/ccsdk_netconf/common.py b/components/scripts/python/ccsdk_netconf/common.py new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/components/scripts/python/ccsdk_netconf/common.py @@ -0,0 +1,2 @@ + + -- cgit 1.2.3-korg