From 7d4bb40905fab38fb3db1d0e17afbc803622f00c Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 2 Sep 2015 13:58:02 +0300 Subject: wic: get rid of scripts/lib/image Moved content of scripts/lib/image/ to scripts/lib/wic as one directory with the same name as a tool is self-explanatory and less confusing than two. (From OE-Core rev: 5dc02d572794298b3362378cea3d7da654456c44) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/wic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 25b0d676fd..94028e2b08 100755 --- a/scripts/wic +++ b/scripts/wic @@ -54,8 +54,8 @@ else: from wic.utils.oe.misc import get_bitbake_var, BB_VARS from wic.utils.errors import WicError -from image import engine -from image import help as hlp +from wic import engine +from wic import help as hlp def rootfs_dir_to_args(krootfs_dir): """ -- cgit v1.2.3-54-g00ecf