Patch 1353 by Jacob Winther.

Add mp4 mapping to mimetypes.py.
This commit is contained in:
Guido van Rossum 2007-10-29 20:52:45 +00:00
parent 60d58406d0
commit dff51b2898
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ def _default_mime_types():
'.movie' : 'video/x-sgi-movie',
'.mp2' : 'audio/mpeg',
'.mp3' : 'audio/mpeg',
'.mp4' : 'video/mp4',
'.mpa' : 'video/mpeg',
'.mpe' : 'video/mpeg',
'.mpeg' : 'video/mpeg',