kumquat-buildroot/support/testing
Petr Vorel 35f15db30a support: utils: use python3 explicitly
Python 2 is EOL sice 2020 [1], it's still available on distros, but may not
be installed by default (as being replaced by python3).

Thus remove compatibility imports:
from __future__ import print_function
from __future__ import absolute_import

Tested with python3 -m py_compile.

[1] https://www.python.org/doc/sunset-python-2/

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-22 21:30:24 +02:00
..
conf support/testing: test_iso9660: bump to kernel 4.19.204 2021-09-21 22:22:15 +02:00
infra support/testing/infra: add log_file_path() function 2021-08-29 11:37:15 +02:00
tests support: utils: use python3 explicitly 2021-09-22 21:30:24 +02:00
run-tests support/run-tests: reorder imports 2020-02-17 10:13:08 +01:00