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 --- share/newton_base/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 share/newton_base/__init__.py (limited to 'share/newton_base/__init__.py') diff --git a/share/newton_base/__init__.py b/share/newton_base/__init__.py new file mode 100644 index 00000000..387c54c2 --- /dev/null +++ b/share/newton_base/__init__.py @@ -0,0 +1,10 @@ +# 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. +# You may obtain a copy of the License at: +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- cgit 1.2.3-korg