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 a136439..c8e87f6 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')
+ gettext.install('msec', unicode=1)
except IOError:
_ = str