def __init__(self, id, title=""):
     MEProduct.__init__(self, id, title)
 def __init__(self, id, title=""):
     MEProduct.__init__(self, id, title)
 def __init__(self, id, title=None):
     OSComponent.__init__(self, id, title)
     MEProduct.__init__(self, id, title)
     super(CustomComponent, self).__init__(id, title)