Пример #1
0
 def __init__(self, *components, **options):
     Collection.__init__(self, *components, **options)
     if 'identifier' in options:
         directlyProvides(self, interfaces.IError)