diff options
Diffstat (limited to 'scripts/wic')
| -rwxr-xr-x | scripts/wic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/wic b/scripts/wic index 25b0d676fd..94028e2b08 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -54,8 +54,8 @@ else: | |||
| 54 | 54 | ||
| 55 | from wic.utils.oe.misc import get_bitbake_var, BB_VARS | 55 | from wic.utils.oe.misc import get_bitbake_var, BB_VARS |
| 56 | from wic.utils.errors import WicError | 56 | from wic.utils.errors import WicError |
| 57 | from image import engine | 57 | from wic import engine |
| 58 | from image import help as hlp | 58 | from wic import help as hlp |
| 59 | 59 | ||
| 60 | def rootfs_dir_to_args(krootfs_dir): | 60 | def rootfs_dir_to_args(krootfs_dir): |
| 61 | """ | 61 | """ |
