Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wic: rename kickstarter.py -> ksparser.py | Ed Bartosh | 2016-01-19 | 1 | -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> |