bug fix for external collection: derive interface from IConceptSchema

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2747 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-07-09 10:20:10 +00:00
parent 6496e7cc8d
commit 09d6b668ef

View file

@ -25,6 +25,7 @@ $Id$
from zope.interface import Interface, Attribute
from zope import interface, component, schema
from loops.interfaces import IConceptSchema
from loops.util import _
@ -40,7 +41,7 @@ class IExternalSourceInfo(Interface):
# external collections
class IExternalCollection(Interface):
class IExternalCollection(IConceptSchema):
""" A concept representing a collection of resources that may be
actively retrieved from an external system using the parameters
given.