update of all changes in the last week that fine-tuned the behavior of Monitor
[monitor.git] / configparse.py
1 from xml.sax import saxutils
2
3 class parse(saxutils.DefaultHandler):
4         def __init__(self, title, number):
5                 self.search_title, self.search_number = title, number