Commit 1aa37ed8 authored by Nicolas Delaby's avatar Nicolas Delaby

delete obsolete exception

parent fe64e381
...@@ -37,9 +37,6 @@ from copy import deepcopy ...@@ -37,9 +37,6 @@ from copy import deepcopy
from interfaces.erp5diff import IERP5Diff from interfaces.erp5diff import IERP5Diff
import zope.interface import zope.interface
class FileContentNotEqual(Exception):
pass
def isNodeEquals(old, new): def isNodeEquals(old, new):
if old.tag != new.tag or old.attrib != new.attrib: if old.tag != new.tag or old.attrib != new.attrib:
return False return False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment