core: invasive pylint updates
commit3dc571363e3401c237eb3af4d673a024a99ecc38
authorDavid Aguilar <davvid@gmail.com>
Mon, 6 Aug 2018 04:38:07 +0000 (5 21:38 -0700)
committerDavid Aguilar <davvid@gmail.com>
Mon, 6 Aug 2018 04:38:07 +0000 (5 21:38 -0700)
tree84d8f0201e07764e838f49713d28ff713d620b7c
parent2ae4e3c292085f66dde1968906b1a400349518fe
core: invasive pylint updates

Rename core.stderr and core.stdout to core.print_stderr and
core.print_stdout, respectively.  This avoids shadowing these function
names inside of the functions that that `stdout` and `stdout` variables
as parameters.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/app.py
cola/core.py
cola/git.py
cola/interaction.py
contrib/travis-build