kumquat-buildroot/support/testing/tests
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
..
boot support/testing: test_atf: bump the custom version to v2.5 2021-08-28 14:24:25 +02:00
core support/testing: test_file_capabilities: bump to kernel 4.19.204 2021-09-21 22:19:04 +02:00
download support/download: change format of archives generated from git 2021-01-10 22:06:58 +01:00
fs support/testing: test_iso9660: bump to kernel 4.19.204 2021-09-21 22:22:15 +02:00
init support/testing: test_openrc: switch to ARM arm toolchain and builtin kernel 2021-09-21 22:21:00 +02:00
package support: utils: use python3 explicitly 2021-09-22 21:30:24 +02:00
toolchain support/scripts/gen-bootlin-toolchains: correct xtensa-lx60 toolchain dependencies 2021-03-02 23:52:49 +01:00
utils support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
__init__.py