Fix for python 2.6: add position indexes to format strings
authorWade Berrier <wberrier@gmail.com>
Sun, 20 Jan 2013 01:02:10 +0000 (18:02 -0700)
committerWade Berrier <wberrier@gmail.com>
Sun, 20 Jan 2013 01:07:22 +0000 (18:07 -0700)
commita3b37d62a2c44533ecb9e2280e43da161f380ff3
tree797cfd4f9acf807e399091ea436013738683e545
parent883e45d5271a1ff7239bd056b835e90f1cdce1d4
Fix for python 2.6: add position indexes to format strings

Turns out that omitting the indexes is only supported in python >= 2.7

It's possible this script would work with python < 2.6 but the old
format strings would be necessary
mutt-ldap.py