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:
Ed Bartosh
2016-01-18 14:22:46 +02:00
committed by Richard Purdie
parent 3bb6ea63fc
commit e7bedb91a7
2 changed files with 1 additions and 1 deletions

View File

@@ -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