tripledes / freeipa

Forked from freeipa 4 years ago
Clone

eaf58bb Sprinkle raw strings across the code base

Authored and Committed by cheimes 5 years ago
    Sprinkle raw strings across the code base
    
    tox / pytest is complaining about lots and lots of invalid escape
    sequences in our code base. Sprinkle raw strings or backslash escapes
    across the code base to fix most occurences of:
    
      DeprecationWarning: invalid escape sequence
    
    There is still one warning that keeps repeating, though:
    
      source:264: DeprecationWarning: invalid escape sequence \d
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+7 -7
file modified
+4 -4