aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/msec/config.py')
-rwxr-xr-xsrc/msec/config.py2
1 files changed, 1 insertions, 1 deletions
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