Commit 416f736d authored by Julien Muchembled's avatar Julien Muchembled

Fix typo (BTW, before r25600, InteractionWorkflowDocumentationHelper was just...

Fix typo (BTW, before r25600, InteractionWorkflowDocumentationHelper was just a copy&paste of DCWorkflowDocumentationHelper).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25602 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8a532aa9
......@@ -28,13 +28,13 @@
from AccessControl import ClassSecurityInfo
from Globals import InitializeClass
from DCWorkflowStateDocumentationHelper import DCWorkflowStateDocumentationHelper
from DCWorkflowDocumentationHelper import DCWorkflowDocumentationHelper
from Products.ERP5Type import Permissions
# XXX To be implemented. For the moment,
# make it a subclass of DCWorkflowStateDocumentationHelper.
# make it a subclass of DCWorkflowDocumentationHelper.
class InteractionWorkflowDocumentationHelper(DCWorkflowStateDocumentationHelper):
class InteractionWorkflowDocumentationHelper(DCWorkflowDocumentationHelper):
"""
Provides access to all documentation information
of an interaction workflow.
......
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