[Zope3-checkins] CVS: Zope3/src/zope/app/catalog - catalog.py:1.14
Jim Fulton
jim at zope.com
Tue Feb 10 23:23:03 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv15599/src/zope/app/catalog
Modified Files:
catalog.py
Log Message:
Changed some interface declarations around to make containment
constraints work.
=== Zope3/src/zope/app/catalog/catalog.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/catalog/catalog.py:1.13 Sun Feb 8 20:12:55 2004
+++ Zope3/src/zope/app/catalog/catalog.py Tue Feb 10 23:22:32 2004
@@ -134,7 +134,7 @@
# interface. This piece of delightfulness is needed because
# the interface resolution order machinery implements (no
# pun intended) the old-style Python resolution order machinery.
- implementsOnly(implementedBy(CatalogBase), ILocalUtility)
+ implements(ILocalUtility)
class Catalog(CatalogBase):
"A content-space Catalog"
More information about the Zope3-Checkins
mailing list