[affich_tools, gest_crans] dialog renvoie déjà des unicode!

darcs-hash:20090618165626-bd074-321a2e2e2e62c24d0345ccc7a3d5aff7d5fc8bca.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-06-18 18:56:26 +02:00
parent 978ab0c969
commit 9cb9e03acc
2 changed files with 2 additions and 4 deletions

View file

@ -1887,7 +1887,7 @@ def select(clas, quoi, mde=''):
while 1:
os.system('clear')
choix = None
print "Plusieurs réponses correspondant à votre requête ont été trouvées :"
print u"Plusieurs réponses correspondant à votre requête ont été trouvées :"
aff(valid)
i = affich_tools.prompt(u'Votre choix ? (0 pour annuler) %sid =' % quoi)
if i == '0': break