1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-04-26 13:23:23 -07:00

specifically use python 3

This commit is contained in:
Connor Olding 2015-11-29 06:13:42 -08:00
parent 90d30e218f
commit 8f0b64f287
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python3
# fixes the checksums in a Majora's Mask savefile for Bizhawk
# note: copies are ignored and overwritten, so don't bother editing them.

View File

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