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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 16 18:06:45 CET 2009


Author: yo
Date: Wed Dec 16 18:06:43 2009
New Revision: 31352

URL: http://svn.erp5.org?rev=31352&view=rev
Log:
Allow pformat and pprint in pprint to be used in 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=31352&r1=31351&r2=31352&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/__init__.py [utf8] Wed Dec 16 18:06:43 2009
@@ -128,3 +128,4 @@
 allow_module('Products.ERP5Type.Log')
 allow_module('Products.ERP5Type.ConnectionPlugin.SOAPWSDLConnection')
 ModuleSecurityInfo('Products.ERP5Type.JSON').declarePublic('dumps', 'loads')
+ModuleSecurityInfo('pprint').declarePublic('pformat', 'pprint')




More information about the Erp5-report mailing list