]> code.ossystems Code Review - openembedded-core.git/commit
wic: use items instead of iteritems
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 4 May 2016 13:06:15 +0000 (16:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 06:26:42 +0000 (07:26 +0100)
commit5b14eb8d68aaca82de4f8f6bcb28ad6f4a5125d0
treee49bb2caa93c66866f087753e13608a92dfa6ec5
parentee6979a19c77931c3cf6368e695e370d46192fef
wic: use items instead of iteritems

Dictionary method 'iteritems' doesn't exist in Python 3.
Replaced 'iteritems' with 'items' to be able to run the
code under both Python 3 and Python 2.

[YOCTO #9412]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/conf.py
scripts/lib/wic/creator.py
scripts/lib/wic/help.py
scripts/lib/wic/plugin.py