Skip to content

Commit

Permalink
Added lexicon support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Sep 20, 1999
1 parent 1f15173 commit 25e5339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Catalog.py
Expand Up @@ -397,6 +397,10 @@ def instantiate(self, record):
def _indexedSearch(self, args, sort_index, append, used,
IIBType=type(IIBucket()), intSType=type(intSet())):

## import pdb
## pdb.set_trace()

## I use this so much I'm just leaving it commented out

rs=None
data=self.data
Expand Down

0 comments on commit 25e5339

Please sign in to comment.