Rename to Constants.py
[csit.git] / resources / libraries / python / KubernetesUtils.py
index 7a4784d..c3ebb4c 100644 (file)
@@ -15,7 +15,7 @@
 
 from time import sleep
 
-from resources.libraries.python.constants import Constants
+from resources.libraries.python.Constants import Constants
 from resources.libraries.python.topology import NodeType
 from resources.libraries.python.ssh import SSH, exec_cmd_no_error
 from resources.libraries.python.CpuUtils import CpuUtils