75d0a73 ipapython.secrets.kem: Use ConfigParser from six.moves

1 file Authored by pviktori 7 years ago, Committed by mbasti 7 years ago,
    ipapython.secrets.kem: Use ConfigParser from six.moves
    
    In Python 3, the module name changed from 'ConfigParser' to
    'configparser'. Use the appropriate location from six.
    
    Part of the work for: https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+2 -2