From bd0fda6cb92b88987b4b9f0d7cda6dcd02cfab6e Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 9 Mar 2007 16:05:05 +0000 Subject: [PATCH] added text.mimetypes for associating file types/extensions to mime types git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1633 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 7dffe09..b421f79 100644 --- a/text/mimetypes.py +++ b/text/mimetypes.py @@ -24,6 +24,7 @@ $Id$ extensions = { 'application/msword': 'doc', + 'application/pdf': 'pdf', 'application/vnd.ms-excel': 'xls', 'application/vnd.ms-powerpoint': 'ppt', 'application/vnd.oasis.opendocument.presentation': 'odp',