diff options
-rw-r--r-- | Lib/mimetypes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 018793c..4cd9404 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -513,7 +513,6 @@ def _default_mime_types(): '.tif' : 'image/tiff', '.ico' : 'image/vnd.microsoft.icon', '.ras' : 'image/x-cmu-raster', - '.bmp' : 'image/x-ms-bmp', '.pnm' : 'image/x-portable-anymap', '.pbm' : 'image/x-portable-bitmap', '.pgm' : 'image/x-portable-graymap', |