migration vers l'utf-8
darcs-hash:20081003091926-bd074-b75a7768a9de3785ec98f8aa20659ec7c48c78e5.gz
This commit is contained in:
parent
7b7b88acb0
commit
b5eccf5024
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-15 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# 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 :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue