From 9a095822a5e8cef9f5785d169a0e3f7a50253bbd Mon Sep 17 00:00:00 2001 From: Leonardo Rochael Almeida <leonardo@nexedi.com> Date: Wed, 10 Feb 2010 20:45:04 +0000 Subject: [PATCH] Add BACKward compatibility marker git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32422 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ERP5Site.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index cd4bc936cb..e9923c6329 100644 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -1679,8 +1679,8 @@ class ERP5Generator(PortalGenerator): # are no longer action providers return except ImportError: - # Currently ERP5 tests don't load ZCML which is needed by the above - # import on CMF 1.5. This "try" should be removed when ERP5 tests + # BACK: Currently ERP5 tests don't load ZCML which is needed by the + # above import on CMF 1.5. This "try" should be removed when ERP5 tests # start loading ZCML. pass action_id_list = [i.id for i in tool.listActions()] -- 2.30.9