Commit e85bd15e authored by Evan Simpson's avatar Evan Simpson

Collector #2427, 2429

parent 3d88c027
......@@ -555,6 +555,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
else:
try:
for k, intset in sort_index.items():
if hasattr(intset, 'keys'): intset=intset.keys()
append((k,LazyMap(self.__getitem__, intset)))
except AttributeError:
raise ValueError, (
......
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