18d417e Replace file() with open()

1 file Authored by cheimes 8 years ago, Committed by tbabej 8 years ago,
    Replace file() with open()
    
    The open() function is the recommended way to open a file. In Python 3
    the file type is gone, but open() still works the same.
    
    The patch is related to https://fedorahosted.org/freeipa/ticket/5127
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>
    
        
file modified
+4 -6