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, 22 Feb 2013 17:11:11 +0000 (09:11 -0800)
commit683ce6ee1173010461e8a7b0bbf93f9e19c02f08
treeed574056537516fed812565df293032f1a8b48a1
parent9b0edc8e68d46534ce86205a5f3f078bf1058445
plot_image.py: add positional argument specifiers to .format() calls

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