Fix str.format() calls for Python 2.6.

Python 2.6 requires a slightly different string formatting that >2.7.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
David Logie
2012-05-18 10:31:08 +01:00
committed by Sebastian Spaeth
parent 7e8233131c
commit a614f9a735
5 changed files with 15 additions and 13 deletions

View File

@ -8,6 +8,8 @@ ChangeLog
WIP (add new stuff for the next release)
========================================
* Fix str.format() calls for Python 2.6 (D. Logie)
OfflineIMAP v6.5.4 (2012-06-02)
=================================