Commit ee4a2a75 authored by Andreas Jung's avatar Andreas Jung

fix

parent 464de325
......@@ -57,8 +57,6 @@ def manage_addZCatalog(self, id, title,
class ZCatalog(Folder, Persistent, Implicit):
__implements__ = IZCatalog
"""ZCatalog object
A ZCatalog contains arbirary index like references to Zope
......@@ -75,9 +73,10 @@ class ZCatalog(Folder, Persistent, Implicit):
instance of the Catalog class. An interesting feature of this
class is that it is not Zope specific. You can use it in any
Python program to catalog objects.
"""
__implements__ = IZCatalog
meta_type = "ZCatalog"
icon='misc_/ZCatalog/ZCatalog.gif'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment