mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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 <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3bb6ea63fc
commit
e7bedb91a7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user