From 7ce75151a45df75898c651f85dda98f4f12b2bf9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 15 Mar 2005 15:52:08 +0000 Subject: add two more extensions: - .wsdl --> Web Service Definition Language - .xpdl --> XML Process Definition Language --- Lib/mimetypes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 88b9e2f..7a8b765 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -443,12 +443,14 @@ types_map = { '.vcf' : 'text/x-vcard', '.wav' : 'audio/x-wav', '.wiz' : 'application/msword', + '.wsdl' : 'application/xml', '.xbm' : 'image/x-xbitmap', '.xlb' : 'application/vnd.ms-excel', # Duplicates :( '.xls' : 'application/excel', '.xls' : 'application/vnd.ms-excel', '.xml' : 'text/xml', + '.xpdl' : 'application/xml', '.xpm' : 'image/x-xpixmap', '.xsl' : 'application/xml', '.xwd' : 'image/x-xwindowdump', -- cgit v0.12