From 3011e1d52ee879321d3a85f366e8d398d0b8fc7b Mon Sep 17 00:00:00 2001 From: enkore Date: Wed, 9 Oct 2013 09:58:58 +0200 Subject: [PATCH] clock: this warning is obsolete --- i3pystatus/clock.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/i3pystatus/clock.py b/i3pystatus/clock.py index 2656ddb..71e0e49 100644 --- a/i3pystatus/clock.py +++ b/i3pystatus/clock.py @@ -22,17 +22,6 @@ class Clock(IntervalModule): def init(self): 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) if lang: locale.setlocale(locale.LC_ALL, lang)