ia64: convert unwcheck.py to python3
authorCorentin Labbe <clabbe@baylibre.com>
Wed, 14 Feb 2018 12:19:06 +0000 (12:19 +0000)
committerTony Luck <tony.luck@intel.com>
Mon, 5 Mar 2018 22:35:01 +0000 (14:35 -0800)
commitbd5edbe677948d0883f59d9625c444818d5284b1
treeea9cf03be950bedb196ea2eb352d2ffa96d373d5
parent661e50bc853209e41a5c14a290ca4decc43cbfd1
ia64: convert unwcheck.py to python3

Since my system use python3 as default, arch/ia64/scripts/unwcheck.py no
longer run.

This patch convert it to the python3 syntax.
I have ran it with python2/python3 while printing values of
start/end/rlen_sum which could be impacted by this change and I see no difference.

Fixes: 94a47083522e ("scripts: change scripts to use system python instead of env")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/scripts/unwcheck.py