From 25ea63e6ae43fb7f1df2a2f99a016adff21f0586 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Mon, 2 Nov 2009 21:57:57 +0100 Subject: [PATCH] =?UTF-8?q?[surveillance/*/generate.py]=20Dates=20en=20fra?= =?UTF-8?q?n=C3=A7ais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20091102205757-ffbb2-d48cb028f2117c46ab5c8dcce7a56504fe400cb4.gz --- surveillance/fiche_deconnexion/generate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surveillance/fiche_deconnexion/generate.py b/surveillance/fiche_deconnexion/generate.py index a2ba915a..a3ccbad5 100644 --- a/surveillance/fiche_deconnexion/generate.py +++ b/surveillance/fiche_deconnexion/generate.py @@ -26,8 +26,8 @@ def log(x): sys.path.append('/usr/scripts/lib') import utils.exceptions -#import locale -#locale.setlocale(locale.LC_TIME, 'fr_FR') +import locale +locale.setlocale(locale.LC_TIME, 'fr_FR') sanctions = ['upload', 'p2p']