poky/scripts/lib/wic
Ed Bartosh c589aff080 wic: use next builtin instead of .next method
Generators in Python 3 don't have .next method. It's recommended
to use 'next' builtin instead. As it also present in Python >= 2.6
it should make wic code compatible with both Python 2 and Python 3.

[YOCTO #9412]

(From OE-Core rev: 9b7ab632e47d786dd979262015dbfb1254103f83)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-14 23:05:14 +01:00
..
canned-wks wic: move parts of canned .wks into common.wks.inc 2016-01-20 17:07:13 +00:00
config wic: get rid of scripts/lib/image 2015-09-03 12:43:25 +01:00
imager wic: use new syntax of 'except' statement 2016-05-14 23:05:13 +01:00
plugins wic: use sparse_copy to preserve sparseness 2016-05-06 10:31:13 +01:00
utils wic: decode output of subprocess.communicate 2016-05-14 23:05:14 +01:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
__version__.py wic: Bump the version to 2.0 2014-08-11 10:53:12 +01:00
conf.py wic: use items instead of iteritems 2016-05-14 23:05:13 +01:00
creator.py wic: don't inherit classes from object 2016-05-14 23:05:13 +01:00
engine.py wic: replace print statements with print function 2016-05-14 23:05:13 +01:00
filemap.py wic: use next builtin instead of .next method 2016-05-14 23:05:14 +01:00
help.py wic: use items instead of iteritems 2016-05-14 23:05:13 +01:00
ksparser.py wic: don't use L suffix for integers 2016-05-14 23:05:13 +01:00
msger.py wic: use next builtin instead of .next method 2016-05-14 23:05:14 +01:00
partition.py wic: don't inherit classes from object 2016-05-14 23:05:13 +01:00
plugin.py wic: use new syntax of 'except' statement 2016-05-14 23:05:13 +01:00
pluginbase.py wic: refactor pluginbase 2016-05-14 23:05:13 +01:00
test wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00