Add positional arguments to format strings for Python 2.6 compatibility.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Apr 2012 14:43:19 +0000 (10:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Apr 2012 14:43:23 +0000 (10:43 -0400)
commitc61ddc600ad08c0b4cc5ccd6617287d186b7f207
treed47751416a67de61679745764388ffab5746c122
parent9058a5d76ea2e721ea811e95b4c825b2fc74a847
Add positional arguments to format strings for Python 2.6 compatibility.

For 2.7 and later, the positional arguments can be omitted, but
Richard Höchenberger (and others?) wants to run pycomedi on 2.6.
pycomedi/__init__.py