minor clean-up on interface definition
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3103 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
94d38bbe2c
commit
ae108065de
1 changed files with 1 additions and 3 deletions
|
@ -61,7 +61,7 @@ class IExternalCollection(IConceptSchema):
|
|||
address = schema.TextLine(
|
||||
title=_(u'Relative address'),
|
||||
description=_(u'Optional second (local) part of the '
|
||||
'collection\'s address'),
|
||||
u'collection\'s address'),
|
||||
required=False)
|
||||
pattern = schema.TextLine(
|
||||
title=_(u'Selection pattern'),
|
||||
|
@ -99,5 +99,3 @@ class IExternalCollectionProvider(Interface):
|
|||
provided. Return the list of objects created.
|
||||
"""
|
||||
|
||||
# classification stuff moved to loops.classifier
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue