mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -08:00
specifically use python 3
This commit is contained in:
parent
90d30e218f
commit
8f0b64f287
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python
|
#!/usr/bin/env python3
|
||||||
# fixes the checksums in a Majora's Mask savefile for Bizhawk
|
# fixes the checksums in a Majora's Mask savefile for Bizhawk
|
||||||
# note: copies are ignored and overwritten, so don't bother editing them.
|
# note: copies are ignored and overwritten, so don't bother editing them.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os, os.path
|
import os, os.path
|
||||||
|
|
Loading…
Add table
Reference in a new issue