mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-03-21 17:24:35 -05:00
clean: Remove py2.7 env (#3)
This commit is contained in:
parent
44b806baab
commit
ffcfcc795e
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python2.7
|
||||
asmProblemBytes = ['\x00', '\x09', '\x0A', '\x22']
|
||||
def asmQuote(t):
|
||||
result = ""
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python2.7
|
||||
import struct
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python2.7
|
||||
import struct
|
||||
import sys
|
||||
|
||||
|
|
@ -103,4 +102,4 @@ for crc in crcs:
|
|||
|
||||
# write the updated file
|
||||
out = open(sys.argv[2], 'w')
|
||||
out.write(data)
|
||||
out.write(data)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python2.7
|
||||
import sys
|
||||
from asmquote import asmQuote
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python2.7
|
||||
import sys
|
||||
|
||||
chars = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python2.7
|
||||
import struct
|
||||
import sys
|
||||
|
||||
|
|
@ -208,4 +207,4 @@ else:
|
|||
|
||||
|
||||
out = open(sys.argv[2], 'w')
|
||||
out.write(data)
|
||||
out.write(data)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python2.7
|
||||
import sys
|
||||
|
||||
out = open(sys.argv[2], 'wb')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user