get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml"

Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652
This commit is contained in:
Michael Stahl 2013-02-25 14:03:35 +01:00
parent bf8450cfa2
commit 6e18e1f54b

View File

@ -280,6 +280,7 @@ mimetypes = {
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'docx',
'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx',
'application/vnd.visio': 'vsd',
'application/vnd.visio.xml': 'vdx',
# W3C
'application/xhtml+xml': 'xhtml',
'application/mathml+xml': 'mml',