From 07b1b08e802722e6715175774f44c99272691602 Mon Sep 17 00:00:00 2001 From: Augustin Parret-Fraud Date: Wed, 21 May 2008 10:26:27 +0200 Subject: [PATCH] Mise jour des locaux club. darcs-hash:20080521082627-7aaaf-2796fdd06e7a9c20e974c5540a296371d381232c.gz --- gestion/annuaires.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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' :