From 790687cc86370e6f672654b3ab76d5a1fad41bf1 Mon Sep 17 00:00:00 2001 From: SARL ENR 68 Date: Fri, 28 Aug 2015 20:04:58 +0200 Subject: Adjust gettext.install for python3 (mga#16524) - by papoteur: https://bugs.mageia.org/attachment.cgi?id=6900 --- src/msec/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msec/config.py') diff --git a/src/msec/config.py b/src/msec/config.py index 6242fc7..b4466ed 100755 --- a/src/msec/config.py +++ b/src/msec/config.py @@ -38,7 +38,7 @@ SECURITYLOG = '/var/log/msec.log' # localization try: - gettext.install('msec', str=1) + gettext.install('msec') except IOError: _ = str -- cgit v1.2.1