From a4be0bf93b2da28f3267cf5979cce3ded460fa5e Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 16 Mar 2006 10:09:45 +0000
Subject: [PATCH] allow import of Message in scripts

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6113 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 bb6262d8f2..33c4df18fd 100755
--- a/product/ERP5Type/__init__.py
+++ b/product/ERP5Type/__init__.py
@@ -87,5 +87,6 @@ from AccessControl.SecurityInfo import allow_module
 
 allow_module('Products.ERP5Type.Cache')
 allow_module('Products.ERP5Type.Utils')
+allow_module('Products.ERP5Form.Message')
 
 
-- 
2.30.9