[Erp5-report] r15872 - /erp5/trunk/products/ERP5Type/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 28 16:18:38 CEST 2007


Author: jerome
Date: Tue Aug 28 16:18:37 2007
New Revision: 15872

URL: http://svn.erp5.org?rev=15872&view=rev
Log:
also allow UpperCase, for compatibility


Modified:
    erp5/trunk/products/ERP5Type/__init__.py

Modified: erp5/trunk/products/ERP5Type/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/__init__.py?rev=15872&r1=15871&r2=15872&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py (original)
+++ erp5/trunk/products/ERP5Type/__init__.py Tue Aug 28 16:18:37 2007
@@ -94,8 +94,8 @@
 
 allow_module('Products.ERP5Type.Cache')
 ModuleSecurityInfo('Products.ERP5Type.Utils').declarePublic(
-    'sortValueList', 'convertToUpperCase', 'convertToMixedCase',
-    'cartesianProduct', 'sleep')
+    'sortValueList', 'convertToUpperCase', 'UpperCase',
+    'convertToMixedCase', 'cartesianProduct', 'sleep')
 
 allow_module('Products.ERP5Type.Message')
 allow_module('Products.ERP5Type.Error')




More information about the Erp5-report mailing list