71f642f do not use keys() method when iterating through dictionaries

6 files Authored by mbabinsk 7 years ago, Committed by mbasti 7 years ago,
    do not use keys() method when iterating through dictionaries
    
    pylint-1.6.4-1.fc26.noarch reports "C0201(consider-iterating-dictionary)" when
    building FreeIPA, we have to fix these errors
    
    https://fedorahosted.org/freeipa/ticket/6391
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+2 -2
file modified
+4 -4