summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@gmail.com>2024-11-25 11:45:40 +0100
committerLuc Provoost <luc.provoost@gmail.com>2024-11-25 11:45:40 +0100
commit19d12dd0760ce512d730c1f8aacb7005073f3430 (patch)
treea0131e4c15926a3419148fce9c1169d2275ce32f /VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py
parentcdf25f9e0a3bd311358ae005f76b1966fb71c464 (diff)
add current path for python modules
Added a dot in front of the python files that are imported, so the code can also be called from other directories Signed-off-by: Luc Provoost <luc.provoost@gmail.com> Change-Id: I18d4925fcf68c27c91d5e489178bac79edfcf5f4
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py')
-rwxr-xr-xVNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py b/VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py
index c4667f1f..8b0e4a6f 100755
--- a/VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py
+++ b/VNFs/DPPD-PROX/helper-scripts/rapid/createrapidk8s.py
@@ -17,7 +17,7 @@
##
import argparse
-from rapid_k8s_deployment import K8sDeployment
+from .rapid_k8s_deployment import K8sDeployment
# Config file name for deployment creation
CREATE_CONFIG_FILE_NAME = "rapid.pods"