From 19d12dd0760ce512d730c1f8aacb7005073f3430 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 25 Nov 2024 11:45:40 +0100 Subject: 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 Change-Id: I18d4925fcf68c27c91d5e489178bac79edfcf5f4 --- VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py index 056eb254..c9aca3c8 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_k8s_deployment.py @@ -24,7 +24,7 @@ except ImportError: import logging from logging import handlers -from rapid_k8s_pod import Pod +from .rapid_k8s_pod import Pod class K8sDeployment: """Deployment class to create containers for test execution in Kubernetes -- cgit