]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/lib/bsp/engine.py: Rename raw_input commands to input
authorHumberto Ibarra <humberto.ibarra.lopez@intel.com>
Thu, 9 Jun 2016 17:07:37 +0000 (12:07 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:41:42 +0000 (23:41 +0100)
commit76efeeeac7fb30b44ee7057b3b3d1fd84329dae1
tree9319b70e82a4d33cbf7dbc1a1eec612ee26a92be
parentaae5c2c39f64be87152b2e5470b50681c0f54670
scripts/lib/bsp/engine.py: Rename raw_input commands to input

According to https://docs.python.org/3/whatsnew/3.0.html python3
renamed 'raw_input' to 'input'. Making the appropiate changes for
this.

[YOCTO #9723]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/engine.py