Ejemplo n.º 1
0
 def __init__(self, id=None):
     """
     Tool-constructors have no id argument, the id is fixed
     """
     BaseContent.__init__(self, 'ecab_utils')
     self.setTitle('')
Ejemplo n.º 2
0
 def __init__(self, oid, **kwargs):
     BaseContent.__init__(self, oid, **kwargs)
     self.firstname = ''
     self.lastname = ''
 def __init__(self, id=None):
     """Tool-constructors have no id argument, the id is fixed
     """
     BaseContent.__init__(self, config.ECS_NAME)
     self.setTitle("")
Ejemplo n.º 4
0
 def __init__(self, id=None):
     """
     Tool-constructors have no id argument, the id is fixed
     """
     BaseContent.__init__(self, 'ecab_utils')
     self.setTitle('')