summaryrefslogtreecommitdiffstats
path: root/share/newton_base/proxy/services.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/proxy/services.py')
-rw-r--r--share/newton_base/proxy/services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/proxy/services.py b/share/newton_base/proxy/services.py
index 3c543bf9..e40b58ec 100644
--- a/share/newton_base/proxy/services.py
+++ b/share/newton_base/proxy/services.py
@@ -22,7 +22,7 @@ from rest_framework.response import Response
from rest_framework import status
from rest_framework.views import APIView
-from newton.proxy.views.proxy_utils import ProxyUtils
+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