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
394a57e9
Commit
394a57e9
authored
Sep 28, 2007
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use parseString from NonvalidatingReader
parent
281f6390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ERP5Diff.py
ERP5Diff.py
+2
-2
No files found.
ERP5Diff.py
View file @
394a57e9
...
...
@@ -22,8 +22,8 @@
try
:
from
Ft.Xml
import
Parse
as
parse
from
Ft.Xml.Domlette
import
Entity
Reader
,
PrettyPrint
parseString
=
Entity
Reader
.
parseString
from
Ft.Xml.Domlette
import
Nonvalidating
Reader
,
PrettyPrint
parseString
=
Nonvalidating
Reader
.
parseString
from
Ft.Xml.Domlette
import
implementation
def
getDOMImplementation
():
return
implementation
...
...
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