diff --git a/gestion/annuaires.py b/gestion/annuaires.py index 89ad5fd7..aabf5271 100755 --- a/gestion/annuaires.py +++ b/gestion/annuaires.py @@ -571,12 +571,10 @@ def locaux_clubs() : """ Retourne le dictionaire des locaux club : {bat: [locaux]} """ # Corespondance chbre -> nom du local club locaux_clubs = { 'Bcl0' : 'Kfet' , - 'Bcl1' : 'Krobot', - 'Gcl0' : 'Med' , + 'Bcl1' : 'Med', 'Pcl0' : 'Bds' , - 'Hcl0' : 'Eileo', 'Mcl0' : 'Shape', - 'Mcl1' : 'SoNo', + 'Mcl1' : 'Krobot', 'EXT' : 'EXT' } # Ajout des locaux d'étage A, B et C for b in 'ABC' :