Commit ae98dd39 authored by chris's avatar chris

*** empty log message ***

parent 23247f62
...@@ -30,7 +30,7 @@ Example usage: ...@@ -30,7 +30,7 @@ Example usage:
print i['blah'] print i['blah']
$Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $''' $Id: InvertedIndex.py,v 1.15 1997/02/19 17:05:09 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.14 1997/02/19 16:37:39 chris Exp $''' ...@@ -82,6 +82,9 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $'''
# (540) 371-6909 # (540) 371-6909
# #
# $Log: InvertedIndex.py,v $ # $Log: InvertedIndex.py,v $
# Revision 1.15 1997/02/19 17:05:09 chris
# *** empty log message ***
#
# Revision 1.14 1997/02/19 16:37:39 chris # Revision 1.14 1997/02/19 16:37:39 chris
# Removed Transactional and Persistent classes # Removed Transactional and Persistent classes
# #
...@@ -129,7 +132,7 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $''' ...@@ -129,7 +132,7 @@ $Id: InvertedIndex.py,v 1.14 1997/02/19 16:37:39 chris Exp $'''
# #
# #
# #
__version__='$Revision: 1.14 $'[11:-2] __version__='$Revision: 1.15 $'[11:-2]
import regex, regsub, string, SingleThreadedTransaction, copy import regex, regsub, string, SingleThreadedTransaction, copy
...@@ -598,7 +601,7 @@ class Index(SingleThreadedTransaction.Persistent): ...@@ -598,7 +601,7 @@ class Index(SingleThreadedTransaction.Persistent):
def __getinitargs__(self): def __getinitargs__(self):
return (self._index_object,) return (self._index_object, self.list_class)
class PersistentResultList(ResultList, SingleThreadedTransaction.Persistent): class PersistentResultList(ResultList, SingleThreadedTransaction.Persistent):
......
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