develop
asamoukin 16 years ago
parent e220266bf9
commit 41f112654d

@ -6,6 +6,8 @@ INSTALL
calculate-lib needs the following library version installed, in order to run:
Python >= 2.3
python-ldap >= 2.0.0
pyxml >= 0.8
calculate-lib >= 0.0.1
To install calculate-lib , just execute the install script 'setup.py'.
Example:

@ -59,7 +59,7 @@ class cl_params:
if par.has_key("shortOption"):
if self.access(par):
sp.append(par["shortOption"])
sp.sort()
#sp.sort()
for shortOption in sp:
for par in self.data:
if par.has_key("shortOption") and self.access(par):
@ -108,7 +108,7 @@ class cl_params:
if visibleChapter:
help += nameChapter + ": " + bef
help += self.chapterBloc[numChapter] + aft
return help
return help.encode("UTF-8")
def addChapterHelp(self,numChapter,helpTxt):
# Добавить в раздел помощи numChapteк тектстовую строку helpTxt

Loading…
Cancel
Save