summaryrefslogtreecommitdiffstats
path: root/ocata
diff options
context:
space:
mode:
Diffstat (limited to 'ocata')
-rw-r--r--ocata/ocata/swagger/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/ocata/swagger/views.py b/ocata/ocata/swagger/views.py
index fbcac6e5..f060a3df 100644
--- a/ocata/ocata/swagger/views.py
+++ b/ocata/ocata/swagger/views.py
@@ -19,7 +19,7 @@ from rest_framework.response import Response
from rest_framework.views import APIView
from newton.pub.exceptions import VimDriverNewtonException
-from newton.swagger import views as newton_json_view
+from newton_base.swagger import views as newton_json_view
logger = logging.getLogger(__name__)