[Erp5-report] r35233 nicolas - /erp5/trunk/products/ERP5/Document/Image.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed May 12 17:10:57 CEST 2010
Author: nicolas
Date: Wed May 12 17:10:49 2010
New Revision: 35233
URL: http://svn.erp5.org?rev=35233&view=rev
Log:
Declare constant for default quality
Modified:
erp5/trunk/products/ERP5/Document/Image.py
Modified: erp5/trunk/products/ERP5/Document/Image.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Image.py?rev=35233&r1=35232&r2=35233&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Image.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Image.py [utf8] Wed May 12 17:10:49 2010
@@ -58,6 +58,7 @@
'xsmall', 'small', 'medium',
'large', 'large', 'xlarge',)
+DEFAULT_QUALITY = 75
class Image(File, OFSImage):
"""
More information about the Erp5-report
mailing list