Bug
darcs-hash:20081004095635-9fc8c-6c3b865d1cbeaa59332417ca216532437e89afa8.gz
This commit is contained in:
parent
f0c15fb617
commit
ce5e155942
1 changed files with 2 additions and 2 deletions
|
@ -34,5 +34,5 @@ if __name__ == '__main__' :
|
|||
conf = transpondeurs.get(sys.argv[1],[])
|
||||
for t in conf :
|
||||
print t
|
||||
for chaine in t.chaines.values() :
|
||||
print '\t%s' % chaine
|
||||
for (sap_group, chaine) in t.chaines.values() :
|
||||
print '\t%s\t: \t%s' % (sap_group,chaine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue