Commit e788523a authored by Jérome Perrin's avatar Jérome Perrin

matrix py3

parent 19bcbfff
......@@ -264,7 +264,7 @@ class Matrix(object):
else:
if i >= current_len:
self.index[base_id][i] = PersistentMapping()
for place in self.index[base_id][i].keys():
for place in list(self.index[base_id][i].keys()):
if place not in kw[i]:
del self.index[base_id][i][place]
......
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