summaryrefslogtreecommitdiffstats
path: root/ocata/vagrant/test/extsys.py
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/vagrant/test/extsys.py')
-rw-r--r--ocata/vagrant/test/extsys.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ocata/vagrant/test/extsys.py b/ocata/vagrant/test/extsys.py
index 59cf7a7b..83778914 100644
--- a/ocata/vagrant/test/extsys.py
+++ b/ocata/vagrant/test/extsys.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.
@@ -14,8 +14,8 @@ import logging
import re
from rest_framework import status
-from newton.pub.exceptions import VimDriverNewtonException
-from newton.pub.utils.restcall import req_by_msb,req_to_aai
+from common.exceptions import VimDriverNewtonException
+from common.utils.restcall import req_by_msb,req_to_aai
logger = logging.getLogger(__name__)