Commit b8a389e2 authored by Nicolas Dumazet's avatar Nicolas Dumazet

unused variable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32821 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d43168d2
......@@ -331,11 +331,6 @@ class XMLMatrix(Folder):
"""
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()
......
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