diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-01-17 06:06:27 +0800 |
---|---|---|
committer | Huang Haibin <haibin.huang@intel.com> | 2018-01-18 01:01:15 +0800 |
commit | 9e7c5a6bfd338dd5352d9d6afdae0cea23856acf (patch) | |
tree | bffbbdc32f615bb2e8c44441572a942c75ce66b1 /share/newton_base/__init__.py | |
parent | 79c711a95de34531e62927ea19fe16753513063b (diff) |
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 <haibin.huang@intel.com>
Diffstat (limited to 'share/newton_base/__init__.py')
-rw-r--r-- | share/newton_base/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
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. |