Commit 7f811553 authored by 's avatar

merge from branch

parent d33afa33
...@@ -533,8 +533,8 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base): ...@@ -533,8 +533,8 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
append((k,LazyMap(self.__getitem__, intset))) append((k,LazyMap(self.__getitem__, intset)))
else: else:
for r in rs: for r in rs:
append(sort_index._unindex[r], append((sort_index._unindex[r],
LazyMap(self.__getitem__,[r])) LazyMap(self.__getitem__,[r])))
return used return used
......
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