Commit 3801ff89 authored by Jean-Paul Smets's avatar Jean-Paul Smets

new tool added


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@483 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ad68ad1
......@@ -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 = ()
......
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