Permalink
Browse files

Change shebangs to #!/usr/bin/env python (#80)

  • Loading branch information...
kbillings authored and andychu committed Feb 3, 2018
1 parent 99e6091 commit 898f2d46a5eba30ebf87de9883484fd8c0543967
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
const.py
"""
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
gen_python.py
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
fake_libc.py
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
pytrace.py
"""
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
time.py -- Replacement for coreutils 'time'.
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
virtual_memory.py
"""
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
legacy.py
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
lex_gen.py
"""
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
libstr.py - String library functions that can be exposed with a saner syntax.
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
"""
test_builtin.py
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
word_compile.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python -S
#!/usr/bin/python -S
"""
symbols_test.py: Tests for symbols.py
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
ast_gen.py
"""
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
csv_concat.py
"""
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
csv2html.py

0 comments on commit 898f2d4

Please sign in to comment.