Commit 15ac856b authored by Sebastien Robin's avatar Sebastien Robin

added alarm tool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1323 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92051d7f
......@@ -36,7 +36,7 @@ this_module = sys.modules[ __name__ ]
document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions)
# Define object classes and tools
from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool, TestTool, DomainTool
from Tool import Category, CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool, TestTool, DomainTool, AlarmTool
import ERP5Site
object_classes = ( Category.Category,
Category.BaseCategory,
......@@ -47,6 +47,7 @@ portal_tools = ( CategoryTool.CategoryTool,
RuleTool.RuleTool,
IdTool.IdTool,
TemplateTool.TemplateTool,
AlarmTool.AlarmTool,
DomainTool.DomainTool,
TestTool.TestTool
)
......
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