Remove str.format to support python2.5.
authorRyan Dahl <ry@tinyclouds.org>
Mon, 14 Nov 2011 20:03:23 +0000 (12:03 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 15 Nov 2011 01:09:44 +0000 (17:09 -0800)
commit4b0241d5892f91dfac0438f9051c71e790be95ea
tree470e474e617b2c5e6378c39c80578a222532c349
parent2cd51ef5d4e2cb51b708f2f4839acdb6e21f090a
Remove str.format to support python2.5.

Fixes #2077
Fixes #2108

Thanks to David Keegan for debugging and the patch.
tools/getnodeversion.py