[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/DateIndex
- DateIndex.py:1.7.6.3
Fred Drake
cvs-admin at zope.org
Wed Nov 19 07:23:55 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/DateIndex
In directory cvs.zope.org:/tmp/cvs-serv4329/Products/PluginIndexes/DateIndex
Modified Files:
Tag: Zope-2_6-branch
DateIndex.py
Log Message:
Avoid nuissance SyntaxWarnings from the nightly test runs.
=== Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.7.6.2 => 1.7.6.3 ===
--- Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py:1.7.6.2 Tue Jun 17 14:14:25 2003
+++ Zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py Wed Nov 19 07:23:24 2003
@@ -85,7 +85,7 @@
return returnStatus
- 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 argument
Normalize the 'query' arguments into integer values at minute
More information about the Zope-Checkins
mailing list