[OE-core] [PATCH 15/18] wic: removed code from __init__.py
Ed Bartosh
ed.bartosh at linux.intel.com
Wed Feb 1 13:48:22 UTC 2017
The code deals with non-existing directory
and can be removed.
[YOCTO #10619]
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
scripts/lib/wic/__init__.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/scripts/lib/wic/__init__.py b/scripts/lib/wic/__init__.py
index 63c1d9c..e69de29 100644
--- a/scripts/lib/wic/__init__.py
+++ b/scripts/lib/wic/__init__.py
@@ -1,4 +0,0 @@
-import os, sys
-
-cur_path = os.path.dirname(__file__) or '.'
-sys.path.insert(0, cur_path + '/3rdparty')
--
2.1.4
More information about the Openembedded-core
mailing list