[munin/audimat,tv,conficker] modifications mineures

non commitées

darcs-hash:20090226070644-bd074-fb6d9810a8b61b395dda719f78ef2e1fe5a64d83.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-02-26 08:06:44 +01:00
parent 8bb0244c5c
commit 2a1216e9fd
4 changed files with 8 additions and 7 deletions

View file

@ -53,7 +53,7 @@ if 'config' in sys.argv :
chaines.sort()
for nom in chaines :
if not nom : continue
nom1 = nom.replace(' ','_')
nom1 = nom.replace(' ','_').replace("'", '')
print "%s.label %s" % (nom1, nom)
if inc == 0 :
print "%s.draw AREA" % nom1