clean: Remove py2.7 env (#3)

This commit is contained in:
FexCollects 2024-12-29 11:54:02 -07:00 committed by GitHub
parent 44b806baab
commit ffcfcc795e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python2.7
asmProblemBytes = ['\x00', '\x09', '\x0A', '\x22']
def asmQuote(t):
result = ""

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python2.7
import struct
import sys

View File

@ -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)

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python2.7
import sys
from asmquote import asmQuote

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python2.7
import sys
chars = {

View File

@ -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)

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python2.7
import sys
out = open(sys.argv[2], 'wb')