migration vers l'utf-8

darcs-hash:20081003091926-bd074-b75a7768a9de3785ec98f8aa20659ec7c48c78e5.gz
This commit is contained in:
Antoine Durand-Gasselin 2008-10-03 11:19:26 +02:00
parent 7b7b88acb0
commit b5eccf5024

View file

@ -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 :