Bugfixes
darcs-hash:20100118224430-8fbb1-03f00435011d77c6a79dd04f7cf0e891fd46df7d.gz
This commit is contained in:
parent
e91614823e
commit
255742e3d6
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ from time import strftime, strptime, localtime, mktime
|
||||||
import re
|
import re
|
||||||
|
|
||||||
import affich_tools, config
|
import affich_tools, config
|
||||||
from affich_tools import cprint
|
from affich_tools import cprint, to_encoding
|
||||||
from lock import make_lock, remove_lock
|
from lock import make_lock, remove_lock
|
||||||
from ldap_crans import crans_ldap, blacklist_items, ann_scol, droits_possibles, droits_critiques, smtpserv, script_utilisateur
|
from ldap_crans import crans_ldap, blacklist_items, ann_scol, droits_possibles, droits_critiques, smtpserv, script_utilisateur
|
||||||
from ldap_crans import Adherent, AssociationCrans, Club
|
from ldap_crans import Adherent, AssociationCrans, Club
|
||||||
|
|
|
@ -2858,7 +2858,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3)
|
||||||
break
|
break
|
||||||
|
|
||||||
if not len(pool_ip):
|
if not len(pool_ip):
|
||||||
raise RuntimeError(u"Plus d'IP libres dans %s." % ' et '.join(net, ' et '))
|
raise RuntimeError(u"Plus d'IP libres dans %s." % ' et '.join(net))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# L'ip est elle dans le bon sous-réseau ?
|
# L'ip est elle dans le bon sous-réseau ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue