*.py: use a better shebang
This commit is contained in:
parent
0d65942d81
commit
98f13f7a89
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(":: C bytebeat generator: compiler unit")
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from re import sub as re_sub
|
||||
from glob import glob
|
||||
|
Loading…
Reference in New Issue
Block a user