From ae108065dec14d1813682a47d10e503de9a0aeac Mon Sep 17 00:00:00 2001 From: helmutm Date: Tue, 30 Dec 2008 22:54:02 +0000 Subject: [PATCH] minor clean-up on interface definition git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3103 fd906abe-77d9-0310-91a1-e0d9ade77398 --- integrator/interfaces.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integrator/interfaces.py b/integrator/interfaces.py index 97410da..ba2c0b5 100644 --- a/integrator/interfaces.py +++ b/integrator/interfaces.py @@ -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 -