From 8cadc47bccb5245e103ccf778353c79a4dc35d90 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 14 Sep 2008 03:54:01 +0200 Subject: [PATCH] Rouge est toujours en iso darcs-hash:20080914015401-ffbb2-353bf6fd436d0d6b04894d2b69d90f8466c6f4f1.gz --- munin/wiki_themes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/munin/wiki_themes b/munin/wiki_themes index a6f125c8..b609e382 100755 --- a/munin/wiki_themes +++ b/munin/wiki_themes @@ -1,7 +1,7 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- +# -*- coding: iso-8859-15 -*- -# 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 :