Author :
Enji Cooper
Date :
2020-03-26 17:21:25
Hash :30229dcf Message :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>