include-what-you-use/mapgen
Seth R. Johnson e4dd555000
Use python3 shebang for all python scripts
The `python` command may not exist on a system with Python 3 installed.
See https://peps.python.org/pep-0394/ for a discussion of the commands
expected to be installed.

Since Python2 was officially sunsetted almost three years ago
(https://www.python.org/doc/sunset-python-2/), IWYU should prefer
compatibility with newer systems over older ones.

Python code in scripts is still Python3/Python2-compatible, but we will no
longer make an effort to preserve Python2 support over time.

Fixes #1096.
2022-12-16 21:03:39 +01:00
..
iwyu-mapgen-cpython.py Use python3 shebang for all python scripts 2022-12-16 21:03:39 +01:00
iwyu-mapgen-qt.py Use python3 shebang for all python scripts 2022-12-16 21:03:39 +01:00