diff --git a/product/ERP5/__init__.py b/product/ERP5/__init__.py index 507406da106da6ecee622224c746c4a4ef71057d..c922f259d7470c6113dfe31dc53987bc3ff4778d 100644 --- a/product/ERP5/__init__.py +++ b/product/ERP5/__init__.py @@ -96,7 +96,6 @@ def initialize( context ): # 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(