*.py: use a better shebang
This commit is contained in:
parent
5b2dcd0cf4
commit
104cb4900c
@ -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