diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-02-08 04:30:04 +0800 |
---|---|---|
committer | Huang Haibin <haibin.huang@intel.com> | 2018-02-08 16:56:11 +0800 |
commit | 8083053372919faadb37b7b32a1d2edc9334fcb0 (patch) | |
tree | 4cc4e856f2be0dfd37dcda2cc56f77bf3a4ec3b6 /ocata | |
parent | ea912204c5308393ab1f5349fd9accfbf0ea5885 (diff) |
Move epacaps from newton to newton_base
Change-Id: Ic22158577045a06af85f3998d4c1ab1c7e8b4bf7
Issue-ID: MULTICLOUD-138
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'ocata')
-rw-r--r-- | ocata/ocata/extensions/views/epacaps.py | 4 |
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__) |