*.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>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commit25e3ebd45318f009677e79dc8768cfc1b7810f0f
treedf166491496217b4864570981466292b200da9a7
parenta41fd652df29e991c71b40f7b6cab2062d8bd1b3
*.py: Add parentheses around `print' arguments.

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