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
67fc218c
Commit
67fc218c
authored
Sep 27, 2007
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extend use of 4Suite library
parent
bf028670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ERP5Diff.py
ERP5Diff.py
+5
-4
No files found.
ERP5Diff.py
View file @
67fc218c
...
...
@@ -19,12 +19,13 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ?02111-1307, USA.
#
##############################################################################
from
xml.dom.minidom
import
parseString
,
getDOMImplementation
try
:
from
Ft.Xml
import
Parse
as
parse
from
Ft.Xml
import
Parse
as
parse
,
parseString
except
:
from
xml.dom.minidom
import
parse
from
xml.dom.minidom
import
parse
,
parseString
from
xml.dom.minidom
import
getDOMImplementation
import
sys
import
getopt
import
os
...
...
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