]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added BINA to unknown filetypes (what mw uses)
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Feb 1995 22:46:51 +0000 (22:46 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Feb 1995 22:46:51 +0000 (22:46 +0000)
Mac/mkapplet.py

index be20ecb75ac83552ae40c210e77294e6e8dc305a..f294ae6819f61be82b0b46289ada231620f5bf88 100644 (file)
@@ -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):