Example #1
0
 def getHtmlLabel(self):
     iniObj = IniUtil(self.configIniPath)
     sections = iniObj.getSections()
     list = []
     for sec in sections:
         tmpList = iniObj.getKeysBySection(sec)
         list.extend(tmpList)
     return list
Example #2
0
 def getHtmlLabel(self):
     iniObj = IniUtil(self.configIniPath)
     sections = iniObj.getSections()
     list = []
     for sec in sections:
         tmpList = iniObj.getKeysBySection(sec)
         list.extend(tmpList)
     return list