d38540a py3: DN: fix BytesWarning

Authored and Committed by mbasti 7 years ago
    py3: DN: fix BytesWarning
    
    User repr() instead of str() for bytes, it has the same effect, but it
    is proper way how to print bytes
    
    https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+1 -1