From 416f736d5ea6dec45b67e088d180b85a085fdd2d Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Tue, 17 Feb 2009 22:31:43 +0000 Subject: [PATCH] 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 --- .../InteractionWorkflowDocumentationHelper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5Type/DocumentationHelper/InteractionWorkflowDocumentationHelper.py b/product/ERP5Type/DocumentationHelper/InteractionWorkflowDocumentationHelper.py index f73f047c49..af9a6d2c5c 100644 --- a/product/ERP5Type/DocumentationHelper/InteractionWorkflowDocumentationHelper.py +++ b/product/ERP5Type/DocumentationHelper/InteractionWorkflowDocumentationHelper.py @@ -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. -- 2.30.9