Fix comparisons for pyflakes 2.1
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 3 Feb 2019 00:28:23 +0000 (00:28 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 3 Feb 2019 00:28:23 +0000 (00:28 +0000)
commit6d10b4e795679965dfd7f5e4ff027151ff629b8f
tree5530fddce997f208ba0eee5dbcdea4c633cfd815
parentc01384b805b4b52135264015e35011431710a659
Fix comparisons for pyflakes 2.1

The latest release of flake8 updates to pyflakes 2.1, and with that
comes an expectation that typical variable equality comparisons
should avoid the use of "is" and "is not" for safety. Adjust a
couple places we previously ran afoul of the new F632 check.
mudpy/misc.py
mudpy/tests/selftest.py