diff --git a/product/ERP5Type/CMFCorePatch.py b/product/ERP5Type/CMFCorePatch.py index adb1fea0206e55eca440705f82fe7e95185a0306..28609fb8d43bc107fc92a0678f9bfb2b61043822 100644 --- a/product/ERP5Type/CMFCorePatch.py +++ b/product/ERP5Type/CMFCorePatch.py @@ -22,5 +22,12 @@ # This file is only for backward compatibility. Please use ZopePatch instead. -from Products.ERP5Type.patches.ActionInformation import PatchedActionInformation -from Products.ERP5Type.patches.CookieCrumbler import PatchedCookieCrumbler +#from Products.ERP5Type.patches.ActionInformation import PatchedActionInformation +#from Products.ERP5Type.patches.CookieCrumbler import PatchedCookieCrumbler + +# XXX some business templates contains some +# 'Product.ERP5Type.CMFCorePatch.PatchedActionInformation' objects +# so we keep this name for compatibility +from Products.CMFCore.ActionInformation import ActionInformation\ + as PatchedActionInformation +