Using "#!/usr/bin/env python3"

This commit is contained in:
Clifford Wolf 2015-08-22 09:54:21 +02:00
parent c6ee9522df
commit 8d1956f0da
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# This is free and unencumbered software released into the public domain.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os, sys, getopt
from time import time

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os, sys, getopt
from time import time