Commit fe1d4747 authored by Michel Pelletier's avatar Michel Pelletier

removed broken traceback info thingy

parent 9b4f7bf9
...@@ -416,7 +416,6 @@ class Catalog(Persistent, Acquisition.Implicit): ...@@ -416,7 +416,6 @@ class Catalog(Persistent, Acquisition.Implicit):
append(LazyMap(self.__getitem__, rs)) append(LazyMap(self.__getitem__, rs))
else: else:
for k, intset in sort_index._index.items(): for k, intset in sort_index._index.items():
__traceback_info__=intset, intset.__class__
intset=intset.intersection(rs) intset=intset.intersection(rs)
if intset: if intset:
append((k,LazyMap(self.__getitem__, intset))) append((k,LazyMap(self.__getitem__, intset)))
......
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