sumenon / certmonger

Forked from certmonger 3 years ago
Clone

e1f582e Convert tests to use python3

Authored and Committed by rcritten 4 years ago
    Convert tests to use python3
    
    - drop or change shebang to python3
    - use $PYTHON when available, default to python3
    - convert print statements to the print() function
    - remove u"..." literals
    - remove Integer literals l and L
    - xml Element.getchildren() method is deprecated
    - sys.stdout.write -> sys.stdout.buffer.write
    
    https://pagure.io/certmonger/issue/138
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    With contributions from Stanislav Levin <slev@altlinux.org>
    
        
file modified
+1 -1
file modified
+11 -11
file modified
+11 -8
file modified
+3 -3
file modified
+2 -1
file modified
+6 -7
file modified
+12 -13