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
1aa37ed8
Commit
1aa37ed8
authored
May 24, 2010
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete obsolete exception
parent
fe64e381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ERP5Diff.py
ERP5Diff.py
+0
-3
No files found.
ERP5Diff.py
View file @
1aa37ed8
...
...
@@ -37,9 +37,6 @@ from copy import deepcopy
from
interfaces.erp5diff
import
IERP5Diff
import
zope.interface
class
FileContentNotEqual
(
Exception
):
pass
def
isNodeEquals
(
old
,
new
):
if
old
.
tag
!=
new
.
tag
or
old
.
attrib
!=
new
.
attrib
:
return
False
...
...
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