plot_image.py: add positional argument specifiers to .format() calls
authorW. Trevor King <wking@tremily.us>
Fri, 26 Oct 2012 18:32:57 +0000 (14:32 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 26 Oct 2012 18:33:00 +0000 (14:33 -0400)
commit4fb57e9192fd12433751ce9e9efc1395f281cbb2
treeb06e8213cbbdca6ea383b7a8670ada245eb3bfe8
parent17600532f9541251cf554439a50cd92703d2cb25
plot_image.py: add positional argument specifiers to .format() calls

For backwards compatibility with Python 2.6.
src/plot_image/plot_image.py