From 8f0b64f2871ae1267b10c6ff136dd95e47de0905 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 29 Nov 2015 06:13:42 -0800 Subject: [PATCH] specifically use python 3 --- chksum.py | 2 +- z64dump.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chksum.py b/chksum.py index 0bb33aa..31a66c2 100755 --- a/chksum.py +++ b/chksum.py @@ -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. diff --git a/z64dump.py b/z64dump.py index 7f1bac3..e1ad099 100755 --- a/z64dump.py +++ b/z64dump.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 import sys import os, os.path