Il n'y a plus de btiment G pour le moment.

darcs-hash:20071128071904-72cb0-9dcd035a0c672c76fc65760d4aa95948d80d4182.gz
This commit is contained in:
salles 2007-11-28 08:19:04 +01:00
parent 8ec9d32bc8
commit 13b195aef9

View file

@ -21,8 +21,6 @@ if arg == "config" :
print 'batb.draw STACK'
print 'batc.label Bâtiment C'
print 'batc.draw STACK'
print 'batg.label Bâtiment G'
print 'batg.draw STACK'
print 'bath.label Bâtiment H'
print 'bath.draw STACK'
print 'bati.label Bâtiment I'
@ -48,7 +46,7 @@ elif arg == "fichier" :
return len(data['adherent']) + len(data['club'])
total = 0
for bat in 'abcghijmp' :
for bat in 'abchijmp' :
nb = count('paiement=ok&chbre=%s*' % bat)
total += nb
file.write("bat%s.value %d\n" % (bat, nb))