[Erp5-report] r30049 - /erp5/trunk/utils/erp5diff/ERP5Diff.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 27 18:43:10 CET 2009
Author: nicolas
Date: Tue Oct 27 18:43:07 2009
New Revision: 30049
URL: http://svn.erp5.org?rev=30049&view=rev
Log:
typo
Modified:
erp5/trunk/utils/erp5diff/ERP5Diff.py
Modified: erp5/trunk/utils/erp5diff/ERP5Diff.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5diff/ERP5Diff.py?rev=30049&r1=30048&r2=30049&view=diff
==============================================================================
--- erp5/trunk/utils/erp5diff/ERP5Diff.py [utf8] (original)
+++ erp5/trunk/utils/erp5diff/ERP5Diff.py [utf8] Tue Oct 27 18:43:07 2009
@@ -356,7 +356,7 @@
text += child.text
return text
- def _removeStrictEqualsSubNodeList(self, old_list, new_list):
+ def _removeStrictEqualsSubNodeList(self, old_list, new_list):
"""Remove inside list all elements which are similar
by using c14n serialisation
"""
More information about the Erp5-report
mailing list