[Erp5-report] r32821 nicolas.dumazet - /erp5/trunk/products/ERP5Type/XMLMatrix.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 19 05:14:29 CET 2010
Author: nicolas.dumazet
Date: Fri Feb 19 05:14:29 2010
New Revision: 32821
URL: http://svn.erp5.org?rev=32821&view=rev
Log:
unused variable
Modified:
erp5/trunk/products/ERP5Type/XMLMatrix.py
Modified: erp5/trunk/products/ERP5Type/XMLMatrix.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/XMLMatrix.py?rev=32821&r1=32820&r2=32821&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] Fri Feb 19 05:14:29 2010
@@ -330,11 +330,6 @@
also handle a changement of the size of a matrix
"""
base_id = kwd.get('base_id', 'cell')
-
- movement = {} # We will put in this dictionnary the previous and new
- # id of a given cell
- new_index = PersistentMapping() # new_index defines the relation
- # between keys and ids of cells
if getattr(aq_base(self), 'index', None) is None:
self.index = PersistentMapping()
More information about the Erp5-report
mailing list