So am I changing def __init__([something in here]) or clock.Clock.__init__([something in here]) or both?
def __init__(self, area, id) clock.Clock.__init__(self, area, id)