Commit 68ea8d4c authored by wenjie.zheng's avatar wenjie.zheng

ERP5Workflow/__init__.py: initilize WorkflowTool here.

parent 9e86847f
......@@ -31,6 +31,7 @@
"""
# Update ERP5 Globals
from Tool.WorkflowTool import WorkflowTool
from Products.ERP5Type.Utils import initializeProduct, updateGlobals
import sys
import Permissions
......@@ -40,7 +41,7 @@ document_classes = updateGlobals(this_module, globals(),
# Define object classes and tools
object_classes = ()
portal_tools = ()
portal_tools = (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