Commit 2875f106 authored by Sebastien Robin's avatar Sebastien Robin

the import of string.join was missing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4519 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca2244eb
...@@ -25,6 +25,7 @@ from DocumentTemplate.DT_Util import TemplateDict ...@@ -25,6 +25,7 @@ from DocumentTemplate.DT_Util import TemplateDict
from DateTime import DateTime from DateTime import DateTime
from Products.ERP5Type.Cache import CachingMethod from Products.ERP5Type.Cache import CachingMethod
from Products.ERP5Type.Utils import convertToMixedCase from Products.ERP5Type.Utils import convertToMixedCase
from string import join
def DCWorkflowDefinition_listGlobalActions(self, info): def DCWorkflowDefinition_listGlobalActions(self, info):
''' '''
......
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