7f9c890 ipalib/x509.py: get rid of unicode helper

1 file Authored by abbra 6 months ago, Committed by rcritten 6 months ago,
    ipalib/x509.py: get rid of unicode helper
    
    Pylint started to complain that 'unicode' variable is accessed before
    definition. This is clearly a bug in how 'six' and pylint are working
    together.
    
    Replace use of 'unicode()' by 'str()'.
    
    Fixes: https://pagure.io/freeipa/issue/9644
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+10 -12