[Erp5-report] r41871 kazuhiko - /erp5/trunk/products/ERP5Type/__init__.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 30 10:42:16 CET 2010
Author: kazuhiko
Date: Thu Dec 30 10:42:16 2010
New Revision: 41871
URL: http://svn.erp5.org?rev=41871&view=rev
Log:
make ERP5Type.Utils.guessEncodingFromText public.
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=41871&r1=41870&r2=41871&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/__init__.py [utf8] Thu Dec 30 10:42:16 2010
@@ -163,7 +163,7 @@ ModuleSecurityInfo('Products.ERP5Type.Ut
'sortValueList', 'convertToUpperCase', 'UpperCase',
'convertToMixedCase', 'cartesianProduct', 'sleep', 'getCommonTimeZoneList',
'int2letter', 'getMessageIdWithContext', 'getTranslationStringWithContext',
- 'Email_parseAddressHeader')
+ 'Email_parseAddressHeader', 'guessEncodingFromText')
allow_module('Products.ERP5Type.Message')
ModuleSecurityInfo('Products.ERP5Type.Message').declarePublic('translateString')
More information about the Erp5-report
mailing list