[Zope-CVS] CVS: Products/QueueCatalog - QueueCatalog.py:1.17

runyaga runyaga at thisbox.com
Wed Feb 11 18:52:53 EST 2004


Update of /cvs-repository/Products/QueueCatalog
In directory cvs.zope.org:/tmp/cvs-serv23360

Modified Files:
	QueueCatalog.py 
Log Message:
Indexes, ZCatalog.ZCatalog class attribute was not being proxied.
maybe instead of _is_zcatalog_method we want to rename
_is_zcatalog_attribute 



=== Products/QueueCatalog/QueueCatalog.py 1.16 => 1.17 ===
--- Products/QueueCatalog/QueueCatalog.py:1.16	Sat Jan 31 14:54:53 2004
+++ Products/QueueCatalog/QueueCatalog.py	Wed Feb 11 18:52:52 2004
@@ -50,6 +50,7 @@
     'searchResults': 1,
     '__call__': 1,
     'refreshCatalog': 1,
+    'Indexes': 1,
     }
 
 _is_zcatalog_method = _zcatalog_methods.has_key




More information about the Zope-CVS mailing list