summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/ksparser.py
Commit message (Collapse)AuthorAgeFilesLines
* wic: rename kickstarter.py -> ksparser.pyEd Bartosh2016-01-191-0/+136
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>