9a662d4 Stop using str.format

Authored and Committed by lsedlar 7 years ago
    Stop using str.format
    
    On Python 2.6, it requires the format placeholder to have explicit index
    of argument, so using % formatting is easier.
    
    There are a couple places where the method is still used because the
    same argument is used twice.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+3 -3
file modified
+8 -8
file modified
+6 -6
file modified
+2 -2
file modified
+5 -5
file modified
+25 -25
file modified
+13 -13
file modified
+16 -12
file modified
+4 -4
file modified
+4 -4
file modified
+4 -4