Changed CW signature and fixed .as/.hqx creator/type

This commit is contained in:
Jack Jansen 1995-10-09 23:18:21 +00:00
parent 316ba5d2da
commit 703e2c153b
1 changed files with 4 additions and 4 deletions

View 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):