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

2019-11-01 Thread Tom Rini
On Thu, Oct 24, 2019 at 11:59:20AM -0400, 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 > Reviewed-by: Simon Glass > T

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

2019-10-24 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 Reviewed-by: Simon Glass Tested-by: Stephen Warren Tested-by: Simon Glass [on sandbox] Signed-off