7242382 ipapython.sysrestore: Use str methods instead of functions from the string module

1 file Authored by pviktori 8 years ago, Committed by jcholast 8 years ago,
    ipapython.sysrestore: Use str methods instead of functions from the string module
    
    For historical reasons, the string module contained some functions
    that mirror methods of the str type. These are eremoved in Python 3.
    
    Use str methods instead.
    
    Part of the work for https://fedorahosted.org/freeipa/ticket/5638
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+6 -6