From 5da345c96bc864e2970a0776506cc5f38dec9c8f Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Thu, 4 Nov 2004 15:40:42 +0000 Subject: [PATCH] backport --- scripts/mailman/mailman-rpc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mailman/mailman-rpc.py b/scripts/mailman/mailman-rpc.py index 3ddaee4..6f589f5 100755 --- a/scripts/mailman/mailman-rpc.py +++ b/scripts/mailman/mailman-rpc.py @@ -18,7 +18,7 @@ #* Foundation, Inc., * #* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * #*************************************************************************** -# $Id: mailman-rpc.py,v 1.69 2004-11-02 09:03:42 x2000habouzit Exp $ +# $Id: mailman-rpc.py,v 1.70 2004-11-04 15:40:42 x2000habouzit Exp $ #*************************************************************************** import base64, MySQLdb, os, getopt, sys, MySQLdb.converters, sha, signal @@ -790,6 +790,7 @@ for o, a in opts: if o == '-f' and os.fork(): sys.exit(0) +i18n.set_language('fr') mysql = connectDB() #------------------------------------------------------------------------------- -- 2.1.4