aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/moon_orchestrator/drivers.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_orchestrator/moon_orchestrator/drivers.py')
-rw-r--r--moonv4/moon_orchestrator/moon_orchestrator/drivers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/moon_orchestrator/moon_orchestrator/drivers.py b/moonv4/moon_orchestrator/moon_orchestrator/drivers.py
index 95000840..08c53be3 100644
--- a/moonv4/moon_orchestrator/moon_orchestrator/drivers.py
+++ b/moonv4/moon_orchestrator/moon_orchestrator/drivers.py
@@ -6,7 +6,7 @@
from kubernetes import client, config
import logging
import urllib3.exceptions
-from moon_utilities import configuration
+from python_moonutilities import configuration
LOG = logging.getLogger("moon.orchestrator.drivers")