From 0315f869973de2158b0ad0a60b3fb58f11c63c7d Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Mon, 23 Mar 2009 11:17:34 +0100 Subject: [PATCH] =?UTF-8?q?[gest=5Fcrans]=20un=20hack=20pourri=20qu'il=20f?= =?UTF-8?q?audra=20corriger=20lors=20de=20la=20correction=20des=20probl?= =?UTF-8?q?=C3=A8mes=20d'encodage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090323101734-bd074-7b635fcffface01d9b81698f451e74af7db01214.gz --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 30c74f24..b4b9f254 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -394,7 +394,7 @@ def set_mail(adher): if result[0].split()[0] == 'Laisser': break - elif result[0].split()[0] == 'Créer': + elif result[0].split()[1] == u'un': if not set_compte(adher): break else: if not set_mail_ext(adher): break