Replace hard coded python paths with env

This commit is contained in:
Ryan Dwyer 2020-02-02 14:40:31 +10:00
parent dc43bef68a
commit ddf08f111f
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Extract assets from a Perfect Dark ROM.
#

View File

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