From c37f394a29165f839c3032e7f9485e35fb3307f2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 10 May 2016 14:50:41 +0200 Subject: Move Honeycomb libraries to honeycomb subdirectory. - move all Honeycomb related libraries written in python to new directory resources/libraries/python/honeycomb - update all related includes in all source files Change-Id: Ifa96b8f670b456b14421929d6020ddf8e02d9cbc Signed-off-by: Tibor Frank --- resources/libraries/python/honeycomb/__init__.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/libraries/python/honeycomb/__init__.py (limited to 'resources/libraries/python/honeycomb/__init__.py') diff --git a/resources/libraries/python/honeycomb/__init__.py b/resources/libraries/python/honeycomb/__init__.py new file mode 100644 index 0000000000..c35326d604 --- /dev/null +++ b/resources/libraries/python/honeycomb/__init__.py @@ -0,0 +1,16 @@ +# Copyright (c) 2016 Cisco and/or its affiliates. +# 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. + +""" +__init__ file for directory resources/libraries/python/honeycomb +""" -- cgit 1.2.3-korg