scons: Use six.input instead of raw_input.
authorGabe Black <gabe.black@gmail.com>
Mon, 20 Apr 2020 14:04:57 +0000 (07:04 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 20 Apr 2020 22:49:11 +0000 (22:49 +0000)
commit1a2ced4b007c800cc171ccfb93e0b413f05d533c
tree563d54d40f620146bee604a3a38b5bc7bc53f3e1
parent4ab786dbecce48053cb8797d87f97737f0400d3e
scons: Use six.input instead of raw_input.

raw_input is not defined in python 3.x and has been replaced by "input".
The "six" compatiblity module defines its own "input" method which
figures out which to use under the covers.

Change-Id: I13a885dd45ec0160c7b46e334b06aae239e3c836
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27948
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
site_scons/site_tools/git.py