mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added BINA to unknown filetypes (what mw uses)
This commit is contained in:
parent
32b2f8222d
commit
397c3fb4d7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def main():
|
|||
for filename in sys.argv[1:]:
|
||||
process(template, filename)
|
||||
|
||||
undefs = ('????', ' ', '\0\0\0\0')
|
||||
undefs = ('????', ' ', '\0\0\0\0', 'BINA')
|
||||
|
||||
def process(template, filename):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue