Sebastian Spaeth 3cd3edefca 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-19 02:04:16 +01:00
..
2012-01-09 09:57:36 +01:00
2012-01-19 02:04:16 +01:00
2012-01-17 01:40:12 +01:00
2011-11-02 10:55:42 +01:00
2012-01-06 23:54:28 +01:00
2006-08-12 05:15:55 +01:00