Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5diff
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
erp5diff
Commits
e427d5f0
Commit
e427d5f0
authored
Sep 28, 2007
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get parseString method from DOMImplementation API
parent
67fc218c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ERP5Diff.py
ERP5Diff.py
+3
-1
No files found.
ERP5Diff.py
View file @
e427d5f0
...
...
@@ -20,7 +20,9 @@
#
##############################################################################
try
:
from
Ft.Xml
import
Parse
as
parse
,
parseString
from
Ft.Xml
import
Parse
as
parse
from
Ft.Xml.Domlette
import
EntityReaderBase
parseString
=
EntityReaderBase
().
parseString
except
:
from
xml.dom.minidom
import
parse
,
parseString
...
...
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