Add getZipped vars.

develop
Mike Hiretsky 13 years ago
parent fe20abe362
commit 11de1bea3e

@ -467,6 +467,10 @@ storage of variables templates")%location)
act_section.append(service.lower()) act_section.append(service.lower())
return act_section return act_section
def zipVars(self,*argvVarNames):
"""Get zip() the value of the variable name"""
return zip(*map(self.Get,argvVarNames))
def GetIniVar(self, section_dot_nameVar): def GetIniVar(self, section_dot_nameVar):
"""Получить значение переменной из конфигурационного файла """Получить значение переменной из конфигурационного файла

Loading…
Cancel
Save