Add BACKward compatibility marker

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32422 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8343001c
...@@ -1679,8 +1679,8 @@ class ERP5Generator(PortalGenerator): ...@@ -1679,8 +1679,8 @@ class ERP5Generator(PortalGenerator):
# are no longer action providers # are no longer action providers
return return
except ImportError: except ImportError:
# Currently ERP5 tests don't load ZCML which is needed by the above # BACK: Currently ERP5 tests don't load ZCML which is needed by the
# import on CMF 1.5. This "try" should be removed when ERP5 tests # above import on CMF 1.5. This "try" should be removed when ERP5 tests
# start loading ZCML. # start loading ZCML.
pass pass
action_id_list = [i.id for i in tool.listActions()] action_id_list = [i.id for i in tool.listActions()]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment