summaryrefslogtreecommitdiffstats
path: root/share/newton_base/openoapi/tenants.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/openoapi/tenants.py')
-rw-r--r--share/newton_base/openoapi/tenants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/openoapi/tenants.py b/share/newton_base/openoapi/tenants.py
index bcd8f2f2..926f72c5 100644
--- a/share/newton_base/openoapi/tenants.py
+++ b/share/newton_base/openoapi/tenants.py
@@ -20,7 +20,7 @@ from rest_framework import status
from rest_framework.response import Response
from rest_framework.views import APIView
-from newton.pub.exceptions import VimDriverNewtonException
+from common.exceptions import VimDriverNewtonException
from newton_base.util import VimDriverUtils
logger = logging.getLogger(__name__)