summaryrefslogtreecommitdiffstats
path: root/share/newton_base/swagger
diff options
context:
space:
mode:
Diffstat (limited to 'share/newton_base/swagger')
-rw-r--r--share/newton_base/swagger/__init__.py2
-rw-r--r--share/newton_base/swagger/views.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/newton_base/swagger/__init__.py b/share/newton_base/swagger/__init__.py
index 802f3fba..387c54c2 100644
--- a/share/newton_base/swagger/__init__.py
+++ b/share/newton_base/swagger/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 Wind River Systems, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/share/newton_base/swagger/views.py b/share/newton_base/swagger/views.py
index 10f3c0cc..839abea2 100644
--- a/share/newton_base/swagger/views.py
+++ b/share/newton_base/swagger/views.py
@@ -18,7 +18,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
logger = logging.getLogger(__name__)