[Erp5-report] r25748 - /erp5/trunk/products/ERP5OOo/Document/OOoDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 28 09:30:45 CET 2009


Author: kazuhiko
Date: Sat Feb 28 09:30:44 2009
New Revision: 25748

URL: http://svn.erp5.org?rev=25748&view=rev
Log:
current oood users tiff instead of tif as the extension.

Modified:
    erp5/trunk/products/ERP5OOo/Document/OOoDocument.py

Modified: erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/Document/OOoDocument.py?rev=25748&r1=25747&r2=25748&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/Document/OOoDocument.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/Document/OOoDocument.py [utf8] Sat Feb 28 09:30:44 2009
@@ -53,7 +53,7 @@
 dec=base64.decodestring
 
 _MARKER = []
-STANDARD_IMAGE_FORMAT_LIST = ('png', 'jpg', 'gif', 'tif', )
+STANDARD_IMAGE_FORMAT_LIST = ('png', 'jpg', 'gif', 'tiff', )
 
 class TimeoutTransport(SafeTransport):
   """A xmlrpc transport with configurable timeout.




More information about the Erp5-report mailing list