Commit 9e86847f authored by wenjie.zheng's avatar wenjie.zheng

portal_type_class.py: update import path of workflow tool.

parent b93f0466
...@@ -327,7 +327,7 @@ def synchronizeDynamicModules(context, force=False): ...@@ -327,7 +327,7 @@ def synchronizeDynamicModules(context, force=False):
from Products.ERP5Type.Tool.PropertySheetTool import PropertySheetTool from Products.ERP5Type.Tool.PropertySheetTool import PropertySheetTool
from Products.ERP5Type.Tool.TypesTool import TypesTool from Products.ERP5Type.Tool.TypesTool import TypesTool
from Products.ERP5Type.Tool.ComponentTool import ComponentTool from Products.ERP5Type.Tool.ComponentTool import ComponentTool
from Products.ERP5.Tool.WorkflowTool import WorkflowTool from Products.ERP5Workflow.Tool.WorkflowTool import WorkflowTool
try: try:
for tool_class in TypesTool, PropertySheetTool, ComponentTool, WorkflowTool: for tool_class in TypesTool, PropertySheetTool, ComponentTool, WorkflowTool:
# if the instance has no property sheet tool, or incomplete # if the instance has no property sheet tool, or incomplete
......
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