]> code.ossystems Code Review - openembedded-core.git/commit
wic: rename kickstarter.py -> ksparser.py
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 18 Jan 2016 12:22:46 +0000 (14:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:38 +0000 (16:35 +0000)
commitb9d400be06bc4a4bb9f9c6a6a0c8e5ecfd4e2dfb
treee2d0c750b8382c8c7056dc8f5bfa28928116534c
parent373016ba08c2ec4dbcd44649d9c8cd57d5574402
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.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/conf.py
scripts/lib/wic/ksparser.py [moved from scripts/lib/wic/kickstart.py with 100% similarity]