Petite mise jour tools

Pseudo-rparation des scripts dans /usr/scripts/gestion/tools/

darcs-hash:20071211003807-ddb99-4670b17b63d914f1c06f84612aecdb3b9bb909f0.gz
This commit is contained in:
Michel Blockelet 2007-12-11 01:38:07 +01:00
parent 3e269dbbfc
commit a1a9308602
5 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ for a in adherents :
# texte pour l'adhérent
txt = u''
txt += u'Nom : %s\n' % a.Nom().encode('iso-8859-1')
txt += u'Nom : %s\n' % a.Nom()
txt += u'Solde : %s\n' % a.solde()
txts.append(txt.strip())