kierse / mediarover

Automated media download scheduler and catalogue maintainer
GNU General Public License v3.0
12 stars 1 forks source link

update code to use str.format() #50

Closed kierse closed 13 years ago

kierse commented 13 years ago

update code to use str.format() instead of old % based string formatting. Also replace use of Template object where possible.

kierse commented 13 years ago

str.format() wasn't added until python 2.6. Until the minimum python version is moved from 2.5 to 2.6, MR won't be able to use str.format()