Fix unicode formatting bug

This commit is contained in:
asergi 2012-12-14 12:50:00 +01:00
parent 1544525c57
commit 36746526b0

View File

@ -34,7 +34,9 @@ import getopt
import signal
import time
from datetime import datetime, timedelta
import locale
import gettext
locale.setlocale(locale.LC_ALL, '')
gettext.install(__appname__)
# Specifics libs