From a4e055bb667bc9b2d626f42e2f2089ea2776bff8 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 10 Aug 2009 09:51:19 +0000 Subject: [PATCH] add OpenOffice Draw to mimetypes listing git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3498 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 b421f79..431b6b4 100644 --- a/text/mimetypes.py +++ b/text/mimetypes.py @@ -27,6 +27,7 @@ extensions = { 'application/pdf': 'pdf', 'application/vnd.ms-excel': 'xls', 'application/vnd.ms-powerpoint': 'ppt', + 'application/vnd.oasis.opendocument.graphics': 'odg', 'application/vnd.oasis.opendocument.presentation': 'odp', 'application/vnd.oasis.opendocument.spreadsheet': 'ods', 'application/vnd.oasis.opendocument.text': 'odt',