mirror of https://github.com/python/cpython
Added BINA to unknown filetypes (what mw uses)
This commit is contained in:
parent
32b2f8222d
commit
397c3fb4d7
|
@ -63,7 +63,7 @@ def main():
|
||||||
for filename in sys.argv[1:]:
|
for filename in sys.argv[1:]:
|
||||||
process(template, filename)
|
process(template, filename)
|
||||||
|
|
||||||
undefs = ('????', ' ', '\0\0\0\0')
|
undefs = ('????', ' ', '\0\0\0\0', 'BINA')
|
||||||
|
|
||||||
def process(template, filename):
|
def process(template, filename):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue