summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-03-18 13:33:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-03-18 13:33:15 (GMT)
commitdca8788d1c3baf4211068659f46367ec7f7f9311 (patch)
treefae69a3d1c07510720de048de1868050945df7b3 /Mac
parenta8738a56424e93e55cd92656ac86903630783d0a (diff)
downloadcpython-dca8788d1c3baf4211068659f46367ec7f7f9311.zip
cpython-dca8788d1c3baf4211068659f46367ec7f7f9311.tar.gz
cpython-dca8788d1c3baf4211068659f46367ec7f7f9311.tar.bz2
Added a few file types
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/fixfiletypes.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/scripts/fixfiletypes.py b/Mac/scripts/fixfiletypes.py
index ab5d5b1..c5e1e7f 100644
--- a/Mac/scripts/fixfiletypes.py
+++ b/Mac/scripts/fixfiletypes.py
@@ -19,7 +19,9 @@ list = [
('.as', 'ToyS', 'TEXT'),
('.hqx', 'BnHq', 'TEXT'),
('.cmif', 'CMIF', 'TEXT'),
- ('.cmc', 'CMIF', 'CMC ')
+ ('.cmc', 'CMIF', 'CMC '),
+ ('.aiff', 'SCPL', 'AIFF'),
+ ('.mpg', 'mMPG', 'MPEG'),
]
def walktree(name, change):