From 8083053372919faadb37b7b32a1d2edc9334fcb0 Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Thu, 8 Feb 2018 04:30:04 +0800 Subject: Move epacaps from newton to newton_base Change-Id: Ic22158577045a06af85f3998d4c1ab1c7e8b4bf7 Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin --- ocata/ocata/extensions/views/epacaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ocata') 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__) -- cgit 1.2.3-korg