[Erp5-report] r14494 - /erp5/trunk/utils/oood/mimemapper.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 15 15:50:41 CEST 2007


Author: bartek
Date: Tue May 15 15:50:40 2007
New Revision: 14494

URL: http://svn.erp5.org?rev=14494&view=rev
Log:
fixed typos in document_type entries

Modified:
    erp5/trunk/utils/oood/mimemapper.py

Modified: erp5/trunk/utils/oood/mimemapper.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/mimemapper.py?rev=14494&r1=14493&r2=14494&view=diff
==============================================================================
--- erp5/trunk/utils/oood/mimemapper.py (original)
+++ erp5/trunk/utils/oood/mimemapper.py Tue May 15 15:50:40 2007
@@ -39,8 +39,8 @@
 class MimeMapper:
 
   document_type_dict = {}
-  document_type_dict['text'] = ['odt', 'ott', 'sxw', 'stw', 'doc', '95.doc', '6_0.doc', 'rtf', 'sdw', 'vor', '4_0.sdw', '4_0.sdw.vor', '3_0.sdw', '3_0.sdw.vor', 'txt', 'enc.txt', 'html-writer', 'pdb', 'docbook.xml', '2003.doc.xml', 'psw', 'pdf']
-  document_type_dict['spreadsheet'] = ['ods', 'ots', 'scx', 'stc', 'dif', 'dbf', 'xls', 'xlt', '95.xls', '95.xlt', '5_0.xls', '5_0.xlt', 'sdc', 'sdc.vor', '4_0.sdc', '4_0.sdc.vor', '3_0.sdc', '3_0.sdc.vor', 'slk', 'csv', 'html-calc', '2003.xls.xml', 'pxl', 'calc.pdf']
+  document_type_dict['text'] = ['odt', 'ott', 'sxw', 'stw', 'doc', '95.doc', '6_0.doc', 'rtf', 'sdw', 'sdw.vor', '4_0.sdw', '4_0.sdw.vor', '3_0.sdw', '3_0.sdw.vor', 'txt', 'enc.txt', 'html-writer', 'pdb', 'docbook.xml', '2003.doc.xml', 'psw', 'pdf']
+  document_type_dict['spreadsheet'] = ['ods', 'ots', 'sxc', 'stc', 'dif', 'dbf', 'xls', 'xlt', '95.xls', '95.xlt', '5_0.xls', '5_0.xlt', 'sdc', 'sdc.vor', '4_0.sdc', '4_0.sdc.vor', '3_0.sdc', '3_0.sdc.vor', 'slk', 'csv', 'html-calc', '2003.xls.xml', 'pxl', 'calc.pdf']
   document_type_dict['presentation'] = ['impr.pdf', 'ppt', 'impress.jpg',  'odp']
   document_type_dict['drawing'] = [ 'jpg', 'draw.pdf', 'svg', 'odg']
 




More information about the Erp5-report mailing list