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',