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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 13 14:02:51 CEST 2010


Author: kazuhiko
Date: Wed Oct 13 14:02:45 2010
New Revision: 39096

URL: http://svn.erp5.org?rev=39096&view=rev
Log:
allow OrderedDict in the restricted environment.

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=39096&r1=39095&r2=39096&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/__init__.py [utf8] Wed Oct 13 14:02:45 2010
@@ -155,6 +155,7 @@ allow_module('Products.ERP5Type.JSONEnco
 allow_module('Products.ERP5Type.Log')
 ModuleSecurityInfo('Products.ERP5Type.JSON').declarePublic('dumps', 'loads')
 ModuleSecurityInfo('Products.ERP5Type.Constraint').declarePublic('PropertyTypeValidity')
+ModuleSecurityInfo('Products.ERP5Type.collections').declarePublic('OrderedDict')
 ModuleSecurityInfo('pprint').declarePublic('pformat', 'pprint')
 
 if sys.version_info[0:2] == (2, 4):




More information about the Erp5-report mailing list