darcs-hash:20081004095635-9fc8c-6c3b865d1cbeaa59332417ca216532437e89afa8.gz
This commit is contained in:
dubost 2008-10-04 11:56:35 +02:00
parent f0c15fb617
commit ce5e155942

View file

@ -34,5 +34,5 @@ if __name__ == '__main__' :
conf = transpondeurs.get(sys.argv[1],[]) conf = transpondeurs.get(sys.argv[1],[])
for t in conf : for t in conf :
print t print t
for chaine in t.chaines.values() : for (sap_group, chaine) in t.chaines.values() :
print '\t%s' % chaine print '\t%s\t: \t%s' % (sap_group,chaine)