Commit b93f0466 authored by wenjie.zheng's avatar wenjie.zheng

ERP5/__init__.py: remove the initialisation of WorkflowTool; the intialisation...

ERP5/__init__.py: remove the initialisation of WorkflowTool; the intialisation will be done in ERP5Workflow.
parent 80327585
......@@ -51,8 +51,8 @@ from Tool import CategoryTool, SimulationTool, RuleTool, IdTool, TemplateTool,\
GadgetTool, ContributionRegistryTool, IntrospectionTool,\
AcknowledgementTool, SolverTool, SolverProcessTool,\
ConversionTool, RoundingTool, UrlRegistryTool, InterfaceTool,\
CertificateAuthorityTool, InotifyTool, TaskDistributionTool, \
WorkflowTool
CertificateAuthorityTool, InotifyTool, TaskDistributionTool
import ERP5Site
from Document import PythonScript
object_classes = ( ERP5Site.ERP5Site,
......@@ -85,7 +85,6 @@ portal_tools = ( CategoryTool.CategoryTool,
InotifyTool.InotifyTool,
TaskDistributionTool.TaskDistributionTool,
InterfaceTool.InterfaceTool,
WorkflowTool.WorkflowTool
)
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