changeset 8377:cff269259fb1

<oerjan> ` sed -i \'s,gs2.py,bin/gs2.py,g\' bin/gs2c.py
author HackBot
date Mon, 06 Jun 2016 05:12:13 +0000
parents 4f84c9bec080
children c864b9e86ac2
files bin/gs2c.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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('#=')