mdwsetup.py: Fixes for Python 3 compatibility.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Oct 2019 22:57:28 +0000 (23:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 May 2020 11:30:13 +0000 (12:30 +0100)
  * Write parentheses around `print' operands.

  * Set `universal_newlines' on in `Popen' to force handling in text
    mode.

  * Use an unpleasant hack to inject the `CommandClass' metaclass,
    because the official syntax is so different between the two
    versions.


No differences found