diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-02-09 16:32:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:34 -0800 |
commit | e3b73b1c07620cde423cc7db7e2f7d8b1ad25e25 (patch) | |
tree | ace8246644ce0a138c9b4f54182245096848d566 /scripts | |
parent | 2550622371f5c50857e5d58eabab01a1823c6fc3 (diff) | |
download | openembedded-core-e3b73b1c07620cde423cc7db7e2f7d8b1ad25e25.tar.gz openembedded-core-e3b73b1c07620cde423cc7db7e2f7d8b1ad25e25.tar.bz2 openembedded-core-e3b73b1c07620cde423cc7db7e2f7d8b1ad25e25.zip |
wic: remove utils/oe/__init__.py
This file and utils/oe folder are not needed anymore as
all modules were removed or moved out of this directory.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/utils/oe/__init__.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/lib/wic/utils/oe/__init__.py b/scripts/lib/wic/utils/oe/__init__.py deleted file mode 100644 index 0a81575a74..0000000000 --- a/scripts/lib/wic/utils/oe/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -# -# OpenEmbedded wic utils library -# -# Copyright (c) 2013, Intel Corporation. -# All rights reserved. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# -# AUTHORS -# Tom Zanussi <tom.zanussi (at] linux.intel.com> -# |