Skip to content

Commit

Permalink
...and some doc strings...
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Aug 17, 1999
1 parent 1e928da commit ae7ff55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CatalogAwareness.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
from Globals import HTMLFile

class CatalogAware:
""" This is a Mix-In class to make objects automaticly catalog and
uncatalog themselves in Zope, and to provide some other basic
attributes that are useful to catalog. Note that if your class or
ZClass subclasses CatalogAware, it will only catalog itself when
it is added or copied in Zope. If you make changes to your own
object, you are responsible for calling your object's index_object
method. """

meta_type='CatalogAware'
default_catalog='Catalog'

Expand Down

0 comments on commit ae7ff55

Please sign in to comment.