d0a4bc7 Do not use str.format to make it work on CentOS 5

Authored and Committed by till 15 years ago
    Do not use str.format to make it work on CentOS 5
    
    CentOS 5 has only python-fedora only for python 2.4.3, but str.format is
    only in python 2.6.
    
        
file modified
+3 -2