mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
wic: removed code from __init__.py
The code deals with non-existing directory and can be removed. [YOCTO #10619] (From OE-Core rev: e148884b8145fad212c4085f2ead5c3e5e3e42a2) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
614851f1db
commit
9048f52f3a
@@ -1,4 +0,0 @@
|
||||
import os, sys
|
||||
|
||||
cur_path = os.path.dirname(__file__) or '.'
|
||||
sys.path.insert(0, cur_path + '/3rdparty')
|
||||
|
||||
Reference in New Issue
Block a user