[gen_conf/droits.py] Because boolean are too mainstream ?

suckers…
This commit is contained in:
Vincent Le Gallic 2013-09-26 13:01:35 +02:00
parent 1cbef6f45c
commit b0cb97cfc8

View file

@ -105,9 +105,9 @@ class droits_ldap(CransLdap, droits):
if ML[0] == '+' : if ML[0] == '+' :
ML = ML[1:] ML = ML[1:]
only_add = 1 only_add = True
else : else :
only_add = 0 only_add = False
# Instance correspondant à la ML # Instance correspondant à la ML
mlist = MailList.MailList(ML) mlist = MailList.MailList(ML)