Commit 958d430c authored by chris's avatar chris

removed references to SingleThreadedTransaction

parent 3630a0bb
...@@ -30,7 +30,7 @@ Example usage: ...@@ -30,7 +30,7 @@ Example usage:
print i['blah'] print i['blah']
$Id: InvertedIndex.py,v 1.18 1997/03/05 19:21:36 chris Exp $''' $Id: InvertedIndex.py,v 1.19 1997/03/05 19:25:52 chris Exp $'''
# Copyright # Copyright
# #
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne # Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...@@ -82,6 +82,9 @@ $Id: InvertedIndex.py,v 1.18 1997/03/05 19:21:36 chris Exp $''' ...@@ -82,6 +82,9 @@ $Id: InvertedIndex.py,v 1.18 1997/03/05 19:21:36 chris Exp $'''
# (540) 371-6909 # (540) 371-6909
# #
# $Log: InvertedIndex.py,v $ # $Log: InvertedIndex.py,v $
# Revision 1.19 1997/03/05 19:25:52 chris
# removed references to SingleThreadedTransaction
#
# Revision 1.18 1997/03/05 19:21:36 chris # Revision 1.18 1997/03/05 19:21:36 chris
# removed PersistentResultList, placing it in its own module # removed PersistentResultList, placing it in its own module
# #
...@@ -141,7 +144,7 @@ $Id: InvertedIndex.py,v 1.18 1997/03/05 19:21:36 chris Exp $''' ...@@ -141,7 +144,7 @@ $Id: InvertedIndex.py,v 1.18 1997/03/05 19:21:36 chris Exp $'''
# #
# #
# #
__version__='$Revision: 1.18 $'[11:-2] __version__='$Revision: 1.19 $'[11:-2]
import regex, regsub, string, copy import regex, regsub, string, copy
...@@ -368,7 +371,7 @@ for w in string.letters: ...@@ -368,7 +371,7 @@ for w in string.letters:
default_stop_words[w] = None default_stop_words[w] = None
class Index(SingleThreadedTransaction.Persistent): class Index:
'''\ '''\
An inverted index. An inverted index.
......
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