Commit 30229dcf950d6124ee24665ff35bbce4a9baa24d

Enji Cooper 2020-03-26T17:21:25

Don't override `file` built-in Use `filep` instead of `file` to clarify the fact that `file` is a file pointer object. This mutes warnings on python 2.7 with `pylint`. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>