# HG changeset patch # User HackBot # Date 1465189933 0 # Node ID cff269259fb1675b16eda50d7f63bee356921483 # Parent 4f84c9bec080c191c3ac769235b015273ab23459 ` sed -i \'s,gs2.py,bin/gs2.py,g\' bin/gs2c.py diff -r 4f84c9bec080 -r cff269259fb1 bin/gs2c.py --- a/bin/gs2c.py Mon Jun 06 05:10:19 2016 +0000 +++ b/bin/gs2c.py Mon Jun 06 05:12:13 2016 +0000 @@ -10,7 +10,7 @@ msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY) mnemonics = {} -with open('gs2.py') as f: +with open('bin/gs2.py') as f: for line in f: if '#=' in line: a, b = line.split('#=')