mirror of https://github.com/python/cpython
Changed CW signature and fixed .as/.hqx creator/type
This commit is contained in:
parent
316ba5d2da
commit
703e2c153b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue