From cb5f86480a9ef43fa40c2bd0adb1e3907f4634e3 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 7 Jan 2004 14:28:16 +0000 Subject: [PATCH] disabe FormulatorPatch git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@175 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5Type/__init__.py b/product/ERP5Type/__init__.py index 1eed0a9ed7..a92e633b15 100755 --- a/product/ERP5Type/__init__.py +++ b/product/ERP5Type/__init__.py @@ -47,7 +47,8 @@ content_constructors = () # Import rest of the code and finish installation from Products.ERP5Type.Utils import initializeProduct import Document, Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, \ - CMFCorePatch, FormulatorPatch + CMFCorePatch + #CMFCorePatch, FormulatorPatch def initialize( context ): initializeProduct(context, this_module, globals(), -- 2.30.9