On ajoute le bâtiment v dans les configs.

This commit is contained in:
Pierre-Elliott Bécue 2015-02-18 20:43:33 +01:00
parent da71e80be1
commit 2ffb7ca2f7
3 changed files with 12 additions and 2 deletions

View file

@ -42,7 +42,8 @@ def _need_conn(f):
# backend pgsql. On utilise donc une exception plus standard
return first_connect
bat_switchs = ["a", "b", "c", "g", "h", "i", "j", "m", "o", "p"]
# Le v est virtuel.
bat_switchs = ["a", "b", "c", "g", "h", "i", "j", "m", "o", "p", "v"]
class ChbreNotFound(ValueError):
"""Lorsqu'une chambre n'existe pas"""