[Zope-Checkins] CVS: Zope/lib/python/SearchIndex - UnIndex.py:1.31.4.1

Chris McDonough chrism@zope.com
Tue, 8 Oct 2002 14:41:43 -0400


Update of /cvs-repository/Zope/lib/python/SearchIndex
In directory cvs.zope.org:/tmp/cvs-serv20268/lib/python/SearchIndex

Modified Files:
      Tag: chrism-install-branch
	UnIndex.py 
Log Message:
Merging HEAD into chrism-install-branch.


=== Zope/lib/python/SearchIndex/UnIndex.py 1.31 => 1.31.4.1 ===
--- Zope/lib/python/SearchIndex/UnIndex.py:1.31	Wed Aug 14 17:46:23 2002
+++ Zope/lib/python/SearchIndex/UnIndex.py	Tue Oct  8 14:41:12 2002
@@ -254,7 +254,7 @@
             LOG('UnIndex', ERROR, 'Attempt to unindex nonexistent document'
                 ' with id %s' % documentId)
 
-    def _apply_index(self, request, cid='', type=type, None=None):
+    def _apply_index(self, request, cid='', type=type):
         """Apply the index to query parameters given in the request arg.
 
         The request argument should be a mapping object.