Commit 4478d06f authored by 's avatar

Merged bug fix 1340 from 2.2 branch.

parent de2bbaae
......@@ -83,7 +83,7 @@
#
##############################################################################
"""A utility module for content-type handling."""
__version__='$Revision: 1.9 $'[11:-2]
__version__='$Revision: 1.10 $'[11:-2]
src="""
htm, html: text/html
......@@ -126,6 +126,7 @@ def text_type(s):
# This gives us a hook to add content types that
# aren't currently listed in the mimetypes module.
_addtypes=(
('.ram', 'application/x-pn-realaudio'),
('.cdf', 'application-x-cdf'),
('.doc', 'application/msword'),
('.dot', 'application/msword'),
......
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