Commit 1453f27f authored by iv's avatar iv

ERP5Workflow: remove useless imports in Interaction

parent 746d585f
...@@ -29,16 +29,11 @@ ...@@ -29,16 +29,11 @@
import transaction import transaction
from AccessControl import getSecurityManager, ClassSecurityInfo from AccessControl import getSecurityManager, ClassSecurityInfo
from Acquisition import aq_inner, aq_parent from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type import Globals, Permissions, PropertySheet
from Products.ERP5Type.Globals import PersistentMapping
from Products.ERP5Type.id_as_reference import IdAsReferenceMixin from Products.ERP5Type.id_as_reference import IdAsReferenceMixin
from Products.ERP5Type.Permissions import ManagePortal
from Products.ERP5Type.XMLObject import XMLObject from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Workflow.Document.Transition import TRIGGER_WORKFLOW_METHOD,\ from Products.ERP5Workflow.Document.Transition import TRIGGER_WORKFLOW_METHOD
TRIGGER_USER_ACTION
from Products.ERP5Workflow.mixin.guardable import GuardableMixin from Products.ERP5Workflow.mixin.guardable import GuardableMixin
from zLOG import LOG, INFO, ERROR, WARNING
class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject, class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject,
GuardableMixin): GuardableMixin):
...@@ -79,4 +74,4 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject, ...@@ -79,4 +74,4 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject,
PropertySheet.Reference, PropertySheet.Reference,
PropertySheet.Interaction, PropertySheet.Interaction,
PropertySheet.Guard, PropertySheet.Guard,
) )
\ No newline at end of file
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