Rouge est toujours en iso

darcs-hash:20080914015401-ffbb2-353bf6fd436d0d6b04894d2b69d90f8466c6f4f1.gz
This commit is contained in:
Nicolas Dandrimont 2008-09-14 03:54:01 +02:00
parent ed8408280a
commit 8cadc47bcc

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: iso-8859-15 -*-
# Thèmes wiki utilisés # Thèmes wiki utilisés
import sys, commands import sys, commands
@ -15,7 +15,7 @@ except :
if arg == "config" : if arg == "config" :
print 'host_name web.rouge' print 'host_name web.rouge'
print 'graph_category wiki' 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_scale no'
print "graph_vlabel nb d'utilisateurs" print "graph_vlabel nb d'utilisateurs"
for theme in THEMES : for theme in THEMES :