From b5eccf5024aa0b893c20f4073c3ef62b8b055a3e Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Fri, 3 Oct 2008 11:19:26 +0200 Subject: [PATCH] migration vers l'utf-8 darcs-hash:20081003091926-bd074-b75a7768a9de3785ec98f8aa20659ec7c48c78e5.gz --- munin/wiki_themes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/munin/wiki_themes b/munin/wiki_themes index b609e382..a6f125c8 100755 --- a/munin/wiki_themes +++ b/munin/wiki_themes @@ -1,7 +1,7 @@ #!/usr/bin/env python -# -*- coding: iso-8859-15 -*- +# -*- coding: utf-8 -*- -# Thèmes wiki utilisés +# Thèmes wiki utilisés import sys, commands @@ -15,7 +15,7 @@ except : if arg == "config" : print 'host_name web.rouge' print 'graph_category wiki' - print 'graph_title Thèmes wiki utilisés' + print 'graph_title Thèmes wiki utilisés' print 'graph_scale no' print "graph_vlabel nb d'utilisateurs" for theme in THEMES :