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:
parent
3f31f5c79e
commit
33690a114f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue