add 'keywords' to IIndexAttributes to avoid Forbidden Attribute Error

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3933 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-08-03 12:56:01 +00:00
parent 7b017cfcca
commit 2342c11e61

View file

@ -632,6 +632,10 @@ class IIndexAttributes(Interface):
a restricted range, e.g. the instances of a type. a restricted range, e.g. the instances of a type.
""" """
def keywords():
""" Returns a list of values to be indexed by a keyword index.
"""
# types stuff # types stuff