[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - util.py:1.13

Andreas Jung andreas at andreas-jung.com
Wed Jan 14 02:11:18 EST 2004


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv5271/lib/python/Products/PluginIndexes/common

Modified Files:
	util.py 
Log Message:
fixed pathname


=== Zope/lib/python/Products/PluginIndexes/common/util.py 1.12 => 1.13 ===
--- Zope/lib/python/Products/PluginIndexes/common/util.py:1.12	Wed Jan  7 11:44:30 2004
+++ Zope/lib/python/Products/PluginIndexes/common/util.py	Wed Jan 14 02:11:18 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