[CMF-checkins] CVS: Products/CMFCore/interfaces - portal_catalog.py:1.3
Tres Seaver
tseaver@zope.com
Mon, 13 Aug 2001 13:40:32 -0400
Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv15031
Modified Files:
portal_catalog.py
Log Message:
- Fix typo.
=== Products/CMFCore/interfaces/portal_catalog.py 1.2 => 1.3 ===
from Interface import Attribute, Base
-class portal_catalog():
+class portal_catalog(Base):
'''This tool interacts with a customized ZCatalog.
'''
id = Attribute('id', 'Must be set to "portal_catalog"')