test/py: Automated conversion to Python 3
authorTom Rini <trini@konsulko.com>
Thu, 24 Oct 2019 15:59:20 +0000 (11:59 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2019 21:48:47 +0000 (17:48 -0400)
commitfe1193e254faccc4e6629f1cfbc99d5ceb34428a
tree73c71f3873328c3e194296da9b2554022703a416
parent3c941e048c824b94ae09fd9e1f91116f55ce0f1f
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>
test/py/conftest.py
test/py/multiplexed_log.py
test/py/test.py
test/py/tests/test_fit.py
test/py/tests/test_fpga.py
test/py/tests/test_fs/conftest.py
test/py/tests/test_log.py
test/py/tests/test_mmc_wr.py