Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed May 13, 2004
1 parent b82fb5a commit 1dd967c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ZCatalog.py
Expand Up @@ -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
Expand All @@ -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'

Expand Down

0 comments on commit 1dd967c

Please sign in to comment.