diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-01-28 14:00:38 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-01-28 15:46:05 +0800 |
commit | f2138cc59231602b31e60a3b9f39cc59a1860892 (patch) | |
tree | 8b0eeff773d46b498fe371faa072c783621b663a /share/starlingx_base/__init__.py | |
parent | bfa1edf6c3838a710ceedc27a7aef83ebbe4529d (diff) |
Extract some code to share
Change-Id: I6dffc1bf47c5839f077f3c7f93f021ed0b414d24
Issue-ID: MULTICLOUD-428
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'share/starlingx_base/__init__.py')
-rw-r--r-- | share/starlingx_base/__init__.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/starlingx_base/__init__.py b/share/starlingx_base/__init__.py new file mode 100644 index 00000000..ae1ce9db --- /dev/null +++ b/share/starlingx_base/__init__.py @@ -0,0 +1,13 @@ +# 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. +# See the License for the specific language governing permissions and +# limitations under the License. |