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
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roque
erp5
Commits
20897fe9
Commit
20897fe9
authored
Jul 20, 2015
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
showAsXML: libraries cleanup.
parent
c51ee891
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
product/ERP5/InteractionWorkflow.py
product/ERP5/InteractionWorkflow.py
+0
-5
product/ERP5Type/patches/DCWorkflow.py
product/ERP5Type/patches/DCWorkflow.py
+0
-1
product/ERP5Workflow/Document/InteractionWorkflow.py
product/ERP5Workflow/Document/InteractionWorkflow.py
+0
-5
product/ERP5Workflow/Document/Workflow.py
product/ERP5Workflow/Document/Workflow.py
+0
-1
No files found.
product/ERP5/InteractionWorkflow.py
View file @
20897fe9
...
@@ -35,11 +35,6 @@ from Products.ERP5Type import Permissions
...
@@ -35,11 +35,6 @@ from Products.ERP5Type import Permissions
# show as xml library
# show as xml library
from
lxml
import
etree
from
lxml
import
etree
from
lxml.etree
import
Element
,
SubElement
from
lxml.etree
import
Element
,
SubElement
from
xml.sax.saxutils
import
escape
,
unescape
from
xml_marshaller.xml_marshaller
import
Marshaller
MARSHALLER_NAMESPACE_URI
=
'http://www.erp5.org/namespaces/marshaller'
marshaller
=
Marshaller
(
namespace_uri
=
MARSHALLER_NAMESPACE_URI
,
as_tree
=
True
).
dumps
_MARKER
=
[]
_MARKER
=
[]
...
...
product/ERP5Type/patches/DCWorkflow.py
View file @
20897fe9
...
@@ -44,7 +44,6 @@ from zLOG import LOG, INFO, WARNING
...
@@ -44,7 +44,6 @@ from zLOG import LOG, INFO, WARNING
# Libraries related to showAsXML
# Libraries related to showAsXML
from
lxml
import
etree
from
lxml
import
etree
from
lxml.etree
import
Element
,
SubElement
from
lxml.etree
import
Element
,
SubElement
from
xml.sax.saxutils
import
escape
,
unescape
ACTIVITY_GROUPING_COUNT
=
100
ACTIVITY_GROUPING_COUNT
=
100
...
...
product/ERP5Workflow/Document/InteractionWorkflow.py
View file @
20897fe9
...
@@ -50,11 +50,6 @@ from zLOG import LOG, INFO, WARNING
...
@@ -50,11 +50,6 @@ from zLOG import LOG, INFO, WARNING
# show as xml library
# show as xml library
from
lxml
import
etree
from
lxml
import
etree
from
lxml.etree
import
Element
,
SubElement
from
lxml.etree
import
Element
,
SubElement
from
xml.sax.saxutils
import
escape
,
unescape
from
xml_marshaller.xml_marshaller
import
Marshaller
MARSHALLER_NAMESPACE_URI
=
'http://www.erp5.org/namespaces/marshaller'
marshaller
=
Marshaller
(
namespace_uri
=
MARSHALLER_NAMESPACE_URI
,
as_tree
=
True
).
dumps
_MARKER
=
[]
_MARKER
=
[]
...
...
product/ERP5Workflow/Document/Workflow.py
View file @
20897fe9
...
@@ -61,7 +61,6 @@ from Products.ERP5Workflow.Document.Transition import TRIGGER_AUTOMATIC,\
...
@@ -61,7 +61,6 @@ from Products.ERP5Workflow.Document.Transition import TRIGGER_AUTOMATIC,\
TRIGGER_USER_ACTION
,
TRIGGER_WORKFLOW_METHOD
TRIGGER_USER_ACTION
,
TRIGGER_WORKFLOW_METHOD
from
tempfile
import
mktemp
from
tempfile
import
mktemp
from
types
import
StringTypes
from
types
import
StringTypes
from
xml.sax.saxutils
import
escape
,
unescape
from
zLOG
import
LOG
,
INFO
,
WARNING
from
zLOG
import
LOG
,
INFO
,
WARNING
class
Workflow
(
IdAsReferenceMixin
(
""
,
"prefix"
),
XMLObject
):
class
Workflow
(
IdAsReferenceMixin
(
""
,
"prefix"
),
XMLObject
):
...
...
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