b16e311 Use open() instead of file() for opening files

Authored and Committed by lbalhar 6 years ago
    Use open() instead of file() for opening files
    
    open() is preffered way how to open files in Python and file()
    is not available in Python 3.
    
    Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
    
        
file modified
+1 -1
file modified
+1 -1