[annuaires_pg] Dammit, typo

This commit is contained in:
Vincent Le Gallic 2014-10-02 22:34:33 +02:00
parent 42b5135554
commit c4c36dfdd9

View file

@ -326,7 +326,7 @@ def locaux_clubs() :
for i in range(1,5) :
locaux_clubs['%scl%i' % ( b, i)] = '%i@%s' % (i, b)
# Dédoubleur pour le 3H (digicode)
locaux_clubs.['Hcl3b'] = "3@Hbis"
locaux_clubs['Hcl3b'] = "3@Hbis"
# Supression du 2@B et 4@J
locaux_clubs.pop('Bcl2')
locaux_clubs.pop('Jcl4')