From 2da4f7041904de67619268263ccd28422e5eaf2a Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Fri, 23 Feb 2007 09:27:39 +0000
Subject: [PATCH] More comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12984 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Type/__init__.py b/product/ERP5Type/__init__.py
index 559633711a..27feed6c14 100644
--- a/product/ERP5Type/__init__.py
+++ b/product/ERP5Type/__init__.py
@@ -97,6 +97,7 @@ from AccessControl.SecurityInfo import allow_module
 
 allow_module('Products.ERP5Type.Cache')
 allow_module('Products.ERP5Type.Utils') # XXX this looks dangerous
+                                        # selected methods only should be allowed eg. cartesianProduct
 allow_module('Products.ERP5Type.Message')
 allow_module('Products.ERP5Type.Log')
 
-- 
2.30.9