commit | fe1193e254faccc4e6629f1cfbc99d5ceb34428a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 24 11:59:20 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 30 17:48:47 2019 -0400 |
tree | 73c71f3873328c3e194296da9b2554022703a416 | |
parent | 3c941e048c824b94ae09fd9e1f91116f55ce0f1f [diff] |
test/py: Automated conversion to Python 3 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 <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com> Tested-by: Simon Glass <sjg@chromium.org> [on sandbox] Signed-off-by: Tom Rini <trini@konsulko.com>