From 055befcd3a056b6e606c3c5adea971d99bcb9b61 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 17 Dec 2003 12:46:11 +0000
Subject: [PATCH] include CMFCorePatch

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@123 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 bb12596a65..3c92464e49 100755
--- a/product/ERP5Type/__init__.py
+++ b/product/ERP5Type/__init__.py
@@ -46,7 +46,8 @@ content_constructors = ()
 
 # Import rest of the code and finish installation
 from Products.ERP5Type.Utils import initializeProduct
-import Document, Interface, PropertySheet, ZopePatch, StateChangeInfoPatch
+import Document, Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, \
+       CMFCorePatch
 
 def initialize( context ):
   initializeProduct(context, this_module, globals(),
-- 
2.30.9