jcline / pungi

Forked from pungi 8 years ago
Clone

b634a18 Stop using str.format

Authored and Committed by lsedlar 8 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
+5 -5
file modified
+8 -8
file modified
+5 -5
file modified
+2 -2
file modified
+5 -5
file modified
+25 -25
file modified
+13 -13
file modified
+16 -12
file modified
+7 -7
file modified
+11 -11
file modified
+4 -4