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:
parent
6496e7cc8d
commit
09d6b668ef
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue