From 33690a114f942519ba6956c636e067b8f0c9835c Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 2 May 2010 09:22:47 +0000 Subject: [PATCH] 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 --- interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces.py b/interfaces.py index 554fe60..23cc284 100644 --- a/interfaces.py +++ b/interfaces.py @@ -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. """