equal
deleted
inserted
replaced
19 attachs_dir = None |
19 attachs_dir = None |
20 ############################## |
20 ############################## |
21 # OO/MS-Word |
21 # OO/MS-Word |
22 if mime_type in ['application/vnd.oasis.opendocument.text', |
22 if mime_type in ['application/vnd.oasis.opendocument.text', |
23 'application/msword', |
23 'application/msword', |
24 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' |
24 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
25 'application/rtf', |
25 'application/rtf', |
26 'text/rtf', |
26 'text/rtf', |
27 ]: |
27 ]: |
28 |
28 |
29 from cm.cm_settings import USE_ABI |
29 from cm.cm_settings import USE_ABI |