From 8399551141c81c718e5a226c40aefeb1b9ca0309 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Wed, 1 Oct 2014 21:47:25 +0200 Subject: [PATCH] =?UTF-8?q?local=20club=20Hcl3b=20(d=C3=A9doubleur=20en=20?= =?UTF-8?q?place)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/annuaires_pg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gestion/annuaires_pg.py b/gestion/annuaires_pg.py index 69a0f2d4..b9d1d955 100755 --- a/gestion/annuaires_pg.py +++ b/gestion/annuaires_pg.py @@ -325,6 +325,8 @@ def locaux_clubs() : for b in 'HIJ' : for i in range(1,5) : locaux_clubs['%scl%i' % ( b, i)] = '%i@%s' % (i, b) + # Dédoubleur pour le 3H (digicode) + locaux_clubs.append('Hcl3b') # Supression du 2@B et 4@J locaux_clubs.pop('Bcl2') locaux_clubs.pop('Jcl4')