Commit 58b34965 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Interface definition reviewed. Still one issue unclear.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30627 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c884cf5
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......@@ -48,7 +49,7 @@ from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\
TestTool, DomainTool, AlarmTool, OrderTool, DeliveryTool,\
TrashTool, ContributionTool, NotificationTool, PasswordTool,\
GadgetTool, ContributionRegistryTool, IntrospectionTool,\
AcknowledgementTool
AcknowledgementTool, SolverTool, ConversionTool
import ERP5Site
object_classes = ( ERP5Site.ERP5Site,
)
......@@ -70,6 +71,8 @@ portal_tools = ( CategoryTool.CategoryTool,
ContributionRegistryTool.ContributionRegistryTool,
IntrospectionTool.IntrospectionTool,
AcknowledgementTool.AcknowledgementTool,
SolverTool.SolverTool,
ConversionTool.ConversionTool,
)
content_classes = ()
content_constructors = ()
......@@ -104,5 +107,4 @@ def initialize( context ):
# backward compatibility names
XML = None
UI = None
UI = None
\ No newline at end of file
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