[./gestion/annuaires.py] Padding++
darcs-hash:20100118224208-8fbb1-39853a0167f6f697303c0523f8dc65b2f4ee9438.gz
This commit is contained in:
parent
702e7ed52d
commit
a8e851a7a3
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ chbre_prises={ 'a' :
|
||||||
|
|
||||||
for etage, switch in [(1,6), (2,5), (3,4), (4,2), (5,1)]:
|
for etage, switch in [(1,6), (2,5), (3,4), (4,2), (5,1)]:
|
||||||
for i in range(1,49):
|
for i in range(1,49):
|
||||||
chbre_prises['g']['%s%s' % (etage, i)] = '%s%s' % (switch, i)
|
chbre_prises['g']['%d%02d' % (etage, i)] = '%d%02d' % (switch, i)
|
||||||
|
|
||||||
# Prises d'uplink, de machines du crans / Prises d'utilité CRANS
|
# Prises d'uplink, de machines du crans / Prises d'utilité CRANS
|
||||||
uplink_prises={ 'a' :
|
uplink_prises={ 'a' :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue