docker-offlineimap/offlineimap/ui
Sebastian Spaeth 344b2f0b7a TTYUI: Fix python 2.6 compatibility
We were using super() on a class derived from logging.Formatter() which
worked fine in python 2.7. Apparently python 2.6 uses old-style classes
for this, so the TTYUI broke and crashed OfflineImap. This was
introduced in OLI 6.5.0, I think.

Fix it by calling logging.Formatter.... directly, rather than the
elegant super() (which I happen to like a lot more than is appropriate
in the python world).

Reported by Nik Reiman as github issue 23, should fix that issue.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-01-18 00:39:04 +01:00
..
__init__.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
Curses.py Make exit via 'q' key work again in Blinkenlights UI 2012-01-07 15:02:22 +01:00
debuglock.py cleanup import satements 2011-05-12 18:26:29 +02:00
Machine.py Restore previous MachineUI output a bit more 2012-01-06 23:40:31 +01:00
Noninteractive.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
TTY.py TTYUI: Fix python 2.6 compatibility 2012-01-18 00:39:04 +01:00
UIBase.py Don't emit regular sleeping announcements in Basic UI 2012-01-10 07:20:49 +01:00