clock: this warning is obsolete

This commit is contained in:
enkore 2013-10-09 09:58:58 +02:00
parent cdbb2f3e36
commit 3011e1d52e

View File

@ -22,17 +22,6 @@ class Clock(IntervalModule):
def init(self): def init(self):
if self.format is None: if self.format is None:
#
# WARNING
# i3bar does something with the locale, wich probably
# crashes i3pystatus when the code block below is run.
# I don't know how to debug i3bar (I doubt it has any
# debugging facilities).
#
# If your i3bar stays blank after enabling clock, well,
# just set the format string and it should work :-)
#
lang = os.environ.get('LANG', None) lang = os.environ.get('LANG', None)
if lang: if lang:
locale.setlocale(locale.LC_ALL, lang) locale.setlocale(locale.LC_ALL, lang)