summaryrefslogtreecommitdiffstats
path: root/share/newton_base/proxy/services.py
diff options
context:
space:
mode:
authorHuang Haibin <haibin.huang@intel.com>2018-01-18 22:29:40 +0800
committerHuang Haibin <haibin.huang@intel.com>2018-01-29 21:11:01 +0800
commit0da0d736adccf1cd236e19dd91f2191653efc696 (patch)
tree612692eb69dea040b64759580bc6905bed4ed6b2 /share/newton_base/proxy/services.py
parent9e7c5a6bfd338dd5352d9d6afdae0cea23856acf (diff)
Move proxy util from newton to newton_base
Change-Id: Ibbeef804c500720ee7d612e9c3c93df7974c7cda Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
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