From 53c2c80a16803b77767ae54facacf37cae4473ca Mon Sep 17 00:00:00 2001 From: bernat Date: Mon, 28 Feb 2005 13:53:59 +0100 Subject: [PATCH] C'est tellement exprimental qu'on le dsactive. darcs-hash:20050228125359-d1718-77e39aaa422d0c41d107a97097c5e9d5eeebded4.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 2309564e..a3cad1d0 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -201,7 +201,7 @@ def set_etudes(adher) : arg+= u'"5" "1ère année thèse" ' arg+= u'"6" "2ème année thèse" ' arg+= u'"7" "3ème année thèse" ' - arg+= u'"8" "Personnel ENS (Wifi only)" ' + # arg+= u'"8" "Personnel ENS (Wifi only)" ' arg+= u'"Autre" ""' annul , result = dialog(arg) if annul : return 1