From c0d15a34ef2ba6c703fa9316bbde0c1fda55842b Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 22 Aug 2010 09:30:27 +0000 Subject: [PATCH] extend internal MIME types registry git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3965 fd906abe-77d9-0310-91a1-e0d9ade77398 --- text/mimetypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/text/mimetypes.py b/text/mimetypes.py index ae436c2..0066cb4 100644 --- a/text/mimetypes.py +++ b/text/mimetypes.py @@ -39,6 +39,7 @@ extensions = { 'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'dotx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.template': 'xltx', + 'application/vnd.visio': 'vsd', 'application/x-pdf': 'pdf', 'image/gif': 'gif', 'image/jpeg': 'jpg',