From 99dfbe3a4b2b05dd1e5528a9723db7421b304379 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Mon, 7 Apr 2008 09:16:32 +0000 Subject: [PATCH] Add Contribution Registry Tool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20319 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/product/ERP5/__init__.py b/product/ERP5/__init__.py index 5e7161c7e2..ac88f579e2 100644 --- a/product/ERP5/__init__.py +++ b/product/ERP5/__init__.py @@ -46,7 +46,8 @@ product_path = package_home( globals() ) # Define object classes and tools from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\ TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\ - TrashTool, ContributionTool, NotificationTool, PasswordTool, GadgetTool + TrashTool, ContributionTool, NotificationTool, PasswordTool,\ + GadgetTool, ContributionRegistryTool import ERP5Site object_classes = ( ERP5Site.ERP5Site, ) @@ -65,6 +66,7 @@ portal_tools = ( CategoryTool.CategoryTool, ContributionTool.ContributionTool, NotificationTool.NotificationTool, GadgetTool.GadgetTool, + ContributionRegistryTool.ContributionRegistryTool, ) content_classes = () content_constructors = () -- 2.30.9