From 48d4a4d43b8c87d624b89a5fd64fb17daad02e90 Mon Sep 17 00:00:00 2001 From: Michel Blockelet Date: Thu, 27 May 2010 20:47:59 +0200 Subject: [PATCH] [gest_crans.py] Typo darcs-hash:20100527184759-ddb99-df1de3bfdc96bbabb33540474a8d0fd99a1b7f85.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 1861c2cd..f21d50af 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -599,7 +599,7 @@ def set_droits(adher): # MLs pour lesquelles un autre droit abonne encore for droit in new: for ml in [m for m in old_mls if droit in droits_mls.get(m, [])]: - old_mls.pop(ml) + old_mls.remove(ml) # Choix des MLs auxquelles désabonner if old_mls: