[Zope-Checkins] CVS: Zope2 - ResultList.py:1.4

Jim Fulton jim@digicool.com
Wed, 21 Mar 2001 17:03:09 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory korak:/tmp/cvs-serv14013

Modified Files:
	ResultList.py 
Log Message:
Fixed typo that broke near.



--- Updated File ResultList.py in package Zope2 --
--- ResultList.py	2001/03/15 13:16:24	1.3
+++ ResultList.py	2001/03/21 22:03:09	1.4
@@ -140,7 +140,7 @@
         return self.__class__(result, self._words+x._words, self._index)
 
     def near(self, x):
-        result = IIBucket
+        result = IIBucket()
         dict = self._dict
         xdict = x._dict
         xhas = xdict.has_key