generic-poky/scripts/lib/wic/imager
Ed Bartosh 52ce79dcba wic: don't use dict.keys and dict.has_key
Replaced calls of dict.keys and dict.has_key methods with the
'key in dict' statement. 'key in dict' is more pythonic, faster
and readable. dict.has_key doesn't exist in Python 3.

[YOCTO #9412]

(From OE-Core rev: 003df7dfb932c551953fbf1bd769b3c31bd16fb4)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-14 23:05:13 +01:00
..
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
baseimager.py wic: don't use dict.keys and dict.has_key 2016-05-14 23:05:13 +01:00
direct.py wic: moved DiskImage to direct.py 2016-05-06 10:31:13 +01:00