generic-poky/scripts/lib/image
Ed Bartosh f2a0a98523 wic: code cleanup: wildcard imports
Here is what PEP8(Style Guide for Python Code) says about this:

Wildcard imports (from <module> import *) should be avoided, as they
make it unclear which names are present in the namespace, confusing
both readers and many automated tools.

(From OE-Core rev: 13416c1941f5dc8abcdb0073f2104a89eae2d6f1)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-24 11:06:55 +01:00
..
canned-wks wic: add sdimage-bootpart kickstart file 2014-09-23 20:35:56 +01:00
config wic: Remove unused conf support 2014-08-11 10:53:11 +01:00
__init__.py wic: Initial code for wic (OpenEmbedded Image Creator) 2013-10-01 22:56:03 +01:00
engine.py wic: code cleanup: wildcard imports 2015-04-24 11:06:55 +01:00
help.py wic: Implement --build-rootfs command line option 2015-04-09 07:43:53 +01:00