[gest_crans.py] Typo
darcs-hash:20100527184759-ddb99-df1de3bfdc96bbabb33540474a8d0fd99a1b7f85.gz
This commit is contained in:
parent
d1480862b0
commit
48d4a4d43b
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ def set_droits(adher):
|
||||||
# MLs pour lesquelles un autre droit abonne encore
|
# MLs pour lesquelles un autre droit abonne encore
|
||||||
for droit in new:
|
for droit in new:
|
||||||
for ml in [m for m in old_mls if droit in droits_mls.get(m, [])]:
|
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
|
# Choix des MLs auxquelles désabonner
|
||||||
if old_mls:
|
if old_mls:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue