Use env to run the Python-based tools

Otherwise overriding the Python interpreter with `--with-python` won't
work correctly.
This commit is contained in:
Emmanuele Bassi 2017-07-14 21:21:33 +01:00
parent 0f18a2ebda
commit 4395a89777
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!@PYTHON@
#!/usr/bin/env @PYTHON@
# pylint: disable=too-many-lines, missing-docstring, invalid-name

View File

@ -1,4 +1,4 @@
#!@PYTHON@
#!/usr/bin/env @PYTHON@
# If the code below looks horrible and unpythonic, do not panic.
#