*.py: Add parentheses around `print' arguments.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Oct 2019 16:57:29 +0000 (17:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:21 +0000 (12:44 +0100)
commitbbb113f66ef45881f595c8dacbcb492554848878
tree20d43123a24489ae99a2e755c8fc0fbc6b41bd03
parentf6d012dbe0052a24f7970c5a6b053d9e2e7574f6
*.py: Add parentheses around `print' arguments.

For `print >>FILE', just switch to `FILE.write(...)' instead, with an
explicit newline.
algorithms.py
pock
pwsafe