]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changed CW signature and fixed .as/.hqx creator/type
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 9 Oct 1995 23:18:21 +0000 (23:18 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 9 Oct 1995 23:18:21 +0000 (23:18 +0000)
Mac/scripts/fixfiletypes.py

index 1d1b1153c55bcf4381b7a7bfbf9ac84e8a8f8edf..455f7e360857444591895c483b79e466a7f80088 100644 (file)
@@ -14,10 +14,10 @@ import sys
 list = [
        ('.py', 'PYTH', 'TEXT'),
        ('.pyc', 'PYTH', 'PYC '),
-       ('.c', 'MPCC', 'TEXT'),
-       ('.h', 'MPCC', 'TEXT'),
-       ('.as', 'TEXT', 'ToyS'),
-       ('.hqx', 'TEXT', 'BnHq')
+       ('.c', 'CWIE', 'TEXT'),
+       ('.h', 'CWIE', 'TEXT'),
+       ('.as', 'ToyS', 'TEXT'),
+       ('.hqx', 'BnHq', 'TEXT')
 ]
 
 def walktree(name, change):