From f2138cc59231602b31e60a3b9f39cc59a1860892 Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Mon, 28 Jan 2019 14:00:38 +0800 Subject: Extract some code to share Change-Id: I6dffc1bf47c5839f077f3c7f93f021ed0b414d24 Issue-ID: MULTICLOUD-428 Signed-off-by: Haibin Huang --- share/starlingx_base/__init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/starlingx_base/__init__.py (limited to 'share/starlingx_base/__init__.py') 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. -- cgit 1.2.3-korg