From e148884b8145fad212c4085f2ead5c3e5e3e42a2 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 31 Jan 2017 18:27:31 +0200 Subject: wic: removed code from __init__.py The code deals with non-existing directory and can be removed. [YOCTO #10619] Signed-off-by: Ed Bartosh --- scripts/lib/wic/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/lib/wic/__init__.py') diff --git a/scripts/lib/wic/__init__.py b/scripts/lib/wic/__init__.py index 63c1d9c846..e69de29bb2 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') -- cgit 1.2.3-korg