[Erp5-report] r31359 jerome - /erp5/trunk/products/ERP5/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 16 18:40:30 CET 2009


Author: jerome
Date: Wed Dec 16 18:40:28 2009
New Revision: 31359

URL: http://svn.erp5.org?rev=31359&view=rev
Log:
pformat is now allowed by ERP5Type

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

Modified: erp5/trunk/products/ERP5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/__init__.py?rev=31359&r1=31358&r2=31359&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5/__init__.py [utf8] Wed Dec 16 18:40:28 2009
@@ -96,7 +96,6 @@
   
   # Allow some usefull classes and fonctions in TTW code
   ModuleSecurityInfo('ZODB.POSException').declarePublic('ConflictError')
-  ModuleSecurityInfo('pprint').declarePublic('pformat')
   ModuleSecurityInfo('zExceptions').declarePublic('BadRequest', 'NotFound',
                                                   'Redirect', 'Unauthorized')
   ModuleSecurityInfo('Products.CMFCore.WorkflowCore').declarePublic(




More information about the Erp5-report mailing list