[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common
- util.py:1.10.68.3
Andreas Jung
andreas at andreas-jung.com
Wed Jan 14 02:11:55 EST 2004
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv5303/common
Modified Files:
Tag: Zope-2_7-branch
util.py
Log Message:
fixed path name
=== Zope/lib/python/Products/PluginIndexes/common/util.py 1.10.68.2 => 1.10.68.3 ===
--- Zope/lib/python/Products/PluginIndexes/common/util.py:1.10.68.2 Tue Jan 6 07:57:13 2004
+++ Zope/lib/python/Products/PluginIndexes/common/util.py Wed Jan 14 02:11:55 2004
@@ -74,7 +74,7 @@
usage_param = iid + '_usage'
if request.has_key(usage_param):
self.usage = request[usage_param]
- warn("\nZCatalog query using '%s' detected.\nUsing query parameters ending with '_usage' is deprecated.\nConsider using record-style parameters instead (see lib/python/Products/PluggableIndexes/README.txt for details)" % usage_param, DeprecationWarning)
+ warn("\nZCatalog query using '%s' detected.\nUsing query parameters ending with '_usage' is deprecated.\nConsider using record-style parameters instead (see lib/python/Products/PluginIndexes/README.txt for details)" % usage_param, DeprecationWarning)
param = request[iid]
keys = None
More information about the Zope-Checkins
mailing list