Tools: ensure that we use environment Python interpreter

This commit is contained in:
bugobliterator 2020-08-02 17:32:34 +05:30 committed by Peter Barker
parent 2a662793c2
commit d489100a70
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Copyright (c) 2008,2010,2011,2012,2013 Alexander Belchenko # Copyright (c) 2008,2010,2011,2012,2013 Alexander Belchenko
# All rights reserved. # All rights reserved.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
from __future__ import print_function from __future__ import print_function

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
from __future__ import print_function from __future__ import print_function

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# SPDX-License-Identifier: GPL-3 # SPDX-License-Identifier: GPL-3
import argparse import argparse