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(), ...@@ -47,7 +47,7 @@ updateGlobals( this_module, globals(),
constraint_module = Constraint) constraint_module = Constraint)
# Define object classes and tools # 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 import ERP5Site
object_classes = ( Category.Category, object_classes = ( Category.Category,
Category.BaseCategory, Category.BaseCategory,
...@@ -57,7 +57,8 @@ portal_tools = ( CategoryTool.CategoryTool, ...@@ -57,7 +57,8 @@ portal_tools = ( CategoryTool.CategoryTool,
SimulationTool.SimulationTool, SimulationTool.SimulationTool,
RuleTool.RuleTool, RuleTool.RuleTool,
IdTool.IdTool, IdTool.IdTool,
TemplateTool.TemplateTool TemplateTool.TemplateTool,
TestTool.TestTool
) )
content_classes = () content_classes = ()
content_constructors = () 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