summaryrefslogtreecommitdiffstats
path: root/share/newton_base/proxy/dnsaasdelegate.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/proxy/dnsaasdelegate.py')
-rw-r--r--share/newton_base/proxy/dnsaasdelegate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/newton_base/proxy/dnsaasdelegate.py b/share/newton_base/proxy/dnsaasdelegate.py
index 85bcbfde..8a384527 100644
--- a/share/newton_base/proxy/dnsaasdelegate.py
+++ b/share/newton_base/proxy/dnsaasdelegate.py
@@ -25,9 +25,9 @@ from rest_framework.views import APIView
from newton_base.proxy.services import Services
from newton_base.proxy.proxy_utils import ProxyUtils
-from newton.pub.exceptions import VimDriverNewtonException
-from newton.pub.msapi import extsys
-from newton.requests.views.util import VimDriverUtils
+from common.exceptions import VimDriverNewtonException
+from common.msapi import extsys
+from newton_base.util import VimDriverUtils
logger = logging.getLogger(__name__)