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. """