Re: [U-Boot] [PATCHv2 05/13] test/py: Automated conversion to Python 3

2019-10-23 Thread Simon Glass
On Tue, 22 Oct 2019 at 21:20, Tom Rini wrote: > > Use the 2to3 tool to perform numerous automatic conversions from Python > 2 syntax to Python 3. Also fix whitespace problems that Python 3 > catches that Python 2 did not. > > Reviewed-by: Stephen Warren > Signed-off-by: Tom Rini > --- > test/p

[U-Boot] [PATCHv2 05/13] test/py: Automated conversion to Python 3

2019-10-22 Thread Tom Rini
Use the 2to3 tool to perform numerous automatic conversions from Python 2 syntax to Python 3. Also fix whitespace problems that Python 3 catches that Python 2 did not. Reviewed-by: Stephen Warren Signed-off-by: Tom Rini --- test/py/conftest.py | 9 ++-- test/py/multiplexed_log.p