def __init__(self): HTMLParser.__init__(self) self.event_time = [] self.event_title = [] self.event_location = [] self.in_time = False self.in_title = False self.in_location = False