Commit f7239827 authored by Jean-Paul Smets's avatar Jean-Paul Smets

added tools


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@50 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc9a817b
......@@ -47,7 +47,7 @@ updateGlobals( this_module, globals(),
constraint_module = Constraint)
# Define object classes and tools
from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool
from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool
import ERP5Site
object_classes = ( Category.Category,
Category.BaseCategory,
......@@ -56,11 +56,15 @@ object_classes = ( Category.Category,
portal_tools = ( CategoryTool.CategoryTool,
SimulationTool.SimulationTool,
RuleTool.RuleTool,
IdTool.IdTool
IdTool.IdTool,
TemplateTool.TemplateTool
)
content_classes = ()
content_constructors = ()
# Import Interaction Workflow
from InteractionWorkflow import InteractionWorkflowDefinition
# Finish installation
def initialize( context ):
import Document
......
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