Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
erp5
Commits
1453f27f
Commit
1453f27f
authored
Oct 07, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: remove useless imports in Interaction
parent
746d585f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
product/ERP5Workflow/Document/Interaction.py
product/ERP5Workflow/Document/Interaction.py
+3
-8
No files found.
product/ERP5Workflow/Document/Interaction.py
View file @
1453f27f
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment