diff options
Diffstat (limited to 'windriver/titanium_cloud/swagger/views.py')
-rw-r--r-- | windriver/titanium_cloud/swagger/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windriver/titanium_cloud/swagger/views.py b/windriver/titanium_cloud/swagger/views.py index 2939bfcb..e912b751 100644 --- a/windriver/titanium_cloud/swagger/views.py +++ b/windriver/titanium_cloud/swagger/views.py @@ -21,8 +21,8 @@ from rest_framework import status 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 common.exceptions import VimDriverNewtonException +from newton_base.swagger import views as newton_json_view logger = logging.getLogger(__name__) |