Add new office document mimetype

* application/vnd.ms-office
This commit is contained in:
Roberto Rosario
2011-11-30 09:45:29 -04:00
parent cded3fafae
commit 2b7c379822

View File

@@ -26,6 +26,7 @@ CONVERTER_OFFICE_FILE_MIMETYPES = [
'application/vnd.oasis.opendocument.spreadsheet',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'application/vnd.oasis.opendocument.graphics',
'application/vnd.ms-office',
]
logger = logging.getLogger(__name__)