summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-05-04 16:06:27 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-14 23:05:14 +0100
commitc589aff0804ea14f06ac93e1adcfbbae65ee9b3b (patch)
treea992d530d21c134b21d3da2c1e4bb03518bc4ca5 /meta
parentdd732eeedd646363007bde0764d73d419613d9f6 (diff)
downloadpoky-c589aff0804ea14f06ac93e1adcfbbae65ee9b3b.tar.gz
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>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions