Il n'y a plus de btiment G pour le moment.
darcs-hash:20071128071904-72cb0-9dcd035a0c672c76fc65760d4aa95948d80d4182.gz
This commit is contained in:
parent
8ec9d32bc8
commit
13b195aef9
1 changed files with 1 additions and 3 deletions
|
@ -21,8 +21,6 @@ if arg == "config" :
|
||||||
print 'batb.draw STACK'
|
print 'batb.draw STACK'
|
||||||
print 'batc.label Bâtiment C'
|
print 'batc.label Bâtiment C'
|
||||||
print 'batc.draw STACK'
|
print 'batc.draw STACK'
|
||||||
print 'batg.label Bâtiment G'
|
|
||||||
print 'batg.draw STACK'
|
|
||||||
print 'bath.label Bâtiment H'
|
print 'bath.label Bâtiment H'
|
||||||
print 'bath.draw STACK'
|
print 'bath.draw STACK'
|
||||||
print 'bati.label Bâtiment I'
|
print 'bati.label Bâtiment I'
|
||||||
|
@ -48,7 +46,7 @@ elif arg == "fichier" :
|
||||||
return len(data['adherent']) + len(data['club'])
|
return len(data['adherent']) + len(data['club'])
|
||||||
|
|
||||||
total = 0
|
total = 0
|
||||||
for bat in 'abcghijmp' :
|
for bat in 'abchijmp' :
|
||||||
nb = count('paiement=ok&chbre=%s*' % bat)
|
nb = count('paiement=ok&chbre=%s*' % bat)
|
||||||
total += nb
|
total += nb
|
||||||
file.write("bat%s.value %d\n" % (bat, nb))
|
file.write("bat%s.value %d\n" % (bat, nb))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue