From e7bedb91a7114dda22a97b57de6e98d7794d8a1e Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 18 Jan 2016 14:22:46 +0200 Subject: wic: rename kickstarter.py -> ksparser.py kickstarter.py was not the best name for this module as previously there was a directory with the same name in scripts/lib/wic/. All files were removed from it, but .pyc files could still stay there causing imports from wic.kickstart to fail with ImportError: cannot import name KickStart. (From OE-Core rev: b9d400be06bc4a4bb9f9c6a6a0c8e5ecfd4e2dfb) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/lib/wic/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/wic/conf.py') diff --git a/scripts/lib/wic/conf.py b/scripts/lib/wic/conf.py index 922a0f68e6..f7d56d046b 100644 --- a/scripts/lib/wic/conf.py +++ b/scripts/lib/wic/conf.py @@ -17,7 +17,7 @@ import os -from wic.kickstart import KickStart, KickStartError +from wic.ksparser import KickStart, KickStartError from wic import msger from wic.utils import misc -- cgit v1.2.3-54-g00ecf