Example #1
0
 def __init__(self, file_name=LABEL_STORAGE_PATH, labels_section=LABELS_SECTION):
     self.parser = UnicodeConfigParser()
     self.file_name = file_name
     self.labels_section = labels_section