mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
add two more extensions:
- .wsdl --> Web Service Definition Language - .xpdl --> XML Process Definition Language
This commit is contained in:
parent
bea3f6f5c7
commit
7ce75151a4
1 changed files with 2 additions and 0 deletions
|
@ -443,12 +443,14 @@ types_map = {
|
||||||
'.vcf' : 'text/x-vcard',
|
'.vcf' : 'text/x-vcard',
|
||||||
'.wav' : 'audio/x-wav',
|
'.wav' : 'audio/x-wav',
|
||||||
'.wiz' : 'application/msword',
|
'.wiz' : 'application/msword',
|
||||||
|
'.wsdl' : 'application/xml',
|
||||||
'.xbm' : 'image/x-xbitmap',
|
'.xbm' : 'image/x-xbitmap',
|
||||||
'.xlb' : 'application/vnd.ms-excel',
|
'.xlb' : 'application/vnd.ms-excel',
|
||||||
# Duplicates :(
|
# Duplicates :(
|
||||||
'.xls' : 'application/excel',
|
'.xls' : 'application/excel',
|
||||||
'.xls' : 'application/vnd.ms-excel',
|
'.xls' : 'application/vnd.ms-excel',
|
||||||
'.xml' : 'text/xml',
|
'.xml' : 'text/xml',
|
||||||
|
'.xpdl' : 'application/xml',
|
||||||
'.xpm' : 'image/x-xpixmap',
|
'.xpm' : 'image/x-xpixmap',
|
||||||
'.xsl' : 'application/xml',
|
'.xsl' : 'application/xml',
|
||||||
'.xwd' : 'image/x-xwindowdump',
|
'.xwd' : 'image/x-xwindowdump',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue