avoid 'forbidden attribute' error for 'context' on type adapter

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3830 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-05-02 09:22:47 +00:00
parent 3f31f5c79e
commit 33690a114f

View file

@ -635,7 +635,7 @@ class IIndexAttributes(Interface):
# types stuff
class ITypeConcept(IConceptSchema):
class ITypeConcept(IConceptSchema, ILoopsAdapter):
""" Concepts of type 'type' should be adaptable to this interface.
"""