summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/extensions/views/epacaps.py
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/ocata/extensions/views/epacaps.py')
-rw-r--r--ocata/ocata/extensions/views/epacaps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocata/ocata/extensions/views/epacaps.py b/ocata/ocata/extensions/views/epacaps.py
index 72942064..d7567ea1 100644
--- a/ocata/ocata/extensions/views/epacaps.py
+++ b/ocata/ocata/extensions/views/epacaps.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.
@@ -18,7 +18,7 @@ import traceback
from ocata.pub.config import config
-from newton.extensions.views import epacaps as newton_epacaps
+from newton_base.extensions import epacaps as newton_epacaps
logger = logging.getLogger(__name__)