]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: removed code from __init__.py
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 31 Jan 2017 16:27:31 +0000 (18:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Feb 2017 17:37:35 +0000 (17:37 +0000)
The code deals with non-existing directory
and can be removed.

[YOCTO #10619]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/__init__.py

index 63c1d9c8462957e7654e6e362235f319c2deae10..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,4 +0,0 @@
-import os, sys
-
-cur_path = os.path.dirname(__file__) or '.'
-sys.path.insert(0, cur_path + '/3rdparty')