add two more extensions:

- .wsdl --> Web Service Definition Language
- .xpdl --> XML Process Definition Language
This commit is contained in:
Fred Drake 2005-03-15 15:52:08 +00:00
parent bea3f6f5c7
commit 7ce75151a4

View file

@ -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',