From 3801ff893d00338b00674dc6f0f2a1504314c494 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 16 Feb 2004 16:57:36 +0000 Subject: [PATCH] new tool added git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@483 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/product/ERP5/__init__.py b/product/ERP5/__init__.py index f48063559d..8e961e55d6 100755 --- a/product/ERP5/__init__.py +++ b/product/ERP5/__init__.py @@ -47,7 +47,7 @@ updateGlobals( this_module, globals(), constraint_module = Constraint) # Define object classes and tools -from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool +from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool, TestTool import ERP5Site object_classes = ( Category.Category, Category.BaseCategory, @@ -57,7 +57,8 @@ portal_tools = ( CategoryTool.CategoryTool, SimulationTool.SimulationTool, RuleTool.RuleTool, IdTool.IdTool, - TemplateTool.TemplateTool + TemplateTool.TemplateTool, + TestTool.TestTool ) content_classes = () content_constructors = () -- 2.30.9