]> code.ossystems Code Review - openembedded-core.git/commit
wic: replace print statements with print function
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 4 May 2016 13:06:14 +0000 (16:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 06:26:41 +0000 (07:26 +0100)
commitee6979a19c77931c3cf6368e695e370d46192fef
tree6172895493cc702eb9a97c0cc0a848c93bedb136
parent1cb484ab99eabb5c24792757ab09d7f170f2e614
wic: replace print statements with print function

Print statements have been replaced with print function in
Python 3. Replaced them in wic code to be able to run it
under both Python 2 and Python 3.

[YOCTO #9412]

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