From 83b843c84f76454a44729e8eb5428e0d225a5036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Wed, 22 Mar 2006 13:41:00 +0000 Subject: [PATCH] fix the allow of import for Message class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6177 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/__init__.py b/product/ERP5Type/__init__.py index 33c4df18fd..8ca1e68e90 100755 --- a/product/ERP5Type/__init__.py +++ b/product/ERP5Type/__init__.py @@ -87,6 +87,6 @@ from AccessControl.SecurityInfo import allow_module allow_module('Products.ERP5Type.Cache') allow_module('Products.ERP5Type.Utils') -allow_module('Products.ERP5Form.Message') +allow_module('Products.ERP5Type.Message') -- 2.30.9