[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - UnIndex.py:1.14.4.1
Chris McDonough
chrism@zope.com
Tue, 8 Oct 2002 14:41:42 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv20268/lib/python/Products/PluginIndexes/common
Modified Files:
Tag: chrism-install-branch
UnIndex.py
Log Message:
Merging HEAD into chrism-install-branch.
=== Zope/lib/python/Products/PluginIndexes/common/UnIndex.py 1.14 => 1.14.4.1 ===
--- Zope/lib/python/Products/PluginIndexes/common/UnIndex.py:1.14 Wed Aug 14 18:19:34 2002
+++ Zope/lib/python/Products/PluginIndexes/common/UnIndex.py Tue Oct 8 14:41:11 2002
@@ -278,7 +278,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.