diff options
-rw-r--r-- | Lib/mimetypes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 296c0ca49e..823ca626ae 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -184,6 +184,7 @@ types_map = { '.ustar': 'application/x-ustar', '.wav': 'audio/x-wav', '.xbm': 'image/x-xbitmap', + '.xml': 'text/xml', '.xpm': 'image/x-xpixmap', '.xwd': 'image/x-xwindowdump', '.zip': 'application/zip', |