Commit 7e080a26 authored by Michel Pelletier's avatar Michel Pelletier

added mp3 content type

parent e349be29
......@@ -83,7 +83,7 @@
#
##############################################################################
"""A utility module for content-type handling."""
__version__='$Revision: 1.8 $'[11:-2]
__version__='$Revision: 1.9 $'[11:-2]
src="""
htm, html: text/html
......@@ -97,6 +97,7 @@ ra, ram: audio/x-pn-realaudio
txt, py, c, h, pl, bat, sh, ksh: text/plain
avi: video/avi
wav: audio/wav
mp3: audio/mpeg
tar: application/x-tar
zip: application/x-zip
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment