Merge pull request #273 from kylemanna/python3-env

tests: Use /usr/bin/env python3
This commit is contained in:
Jussi Pakkanen 2015-10-04 01:12:40 +03:00
commit c02009a698
5 changed files with 5 additions and 4 deletions

View File

@ -21,3 +21,4 @@ Jouni Roivas
Rafaël Kooi
Marko Raatikainen
German Diago Gomez
Kyle Manna

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Mimic a binary that generates an object file (e.g. windres).