From 9e7c5a6bfd338dd5352d9d6afdae0cea23856acf Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Wed, 17 Jan 2018 06:06:27 +0800 Subject: Add newton base directory newton base directory is mainly placed openstack public files, we will move mainly from the original newton folder.this patch create newton base framework and move one file to here. Issue-ID: MULTICLOUD-138 Change-Id: Ie901795a5cf3383217c3585eb6602a4baba6dcd8 Signed-off-by: Huang Haibin --- ocata/ocata/proxy/views/services.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ocata/ocata/proxy') diff --git a/ocata/ocata/proxy/views/services.py b/ocata/ocata/proxy/views/services.py index 7eb6bd25..d65da20a 100644 --- a/ocata/ocata/proxy/views/services.py +++ b/ocata/ocata/proxy/views/services.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. @@ -16,7 +16,7 @@ import logging from rest_framework import status from ocata.pub.config import config -from newton.proxy.views import services as newton_services +from newton_base.proxy import services as newton_services logger = logging.getLogger(__name__) -- cgit 1.2.3-korg