From 7aefe2ed3bf0bdfb18500db8bd270a42943ccee0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 27 Aug 2007 13:03:13 +0000 Subject: [PATCH] New WorkflowMethod implementation. This new implementation solves most issues which existed previously and related to multiple workflows for a single workflow method ID. It should also be faster but will require some more work so that changes in workflow definition are reflected automatically in workflow methods registration. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15836 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/ExternalSource.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5/Document/ExternalSource.py b/product/ERP5/Document/ExternalSource.py index 307a9d86a3..14a215d31b 100644 --- a/product/ERP5/Document/ExternalSource.py +++ b/product/ERP5/Document/ExternalSource.py @@ -26,7 +26,6 @@ ############################################################################## from AccessControl import ClassSecurityInfo -from Products.CMFCore.WorkflowCore import WorkflowMethod from Products.CMFCore.utils import getToolByName from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5Type.XMLObject import XMLObject -- 2.30.9