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)
commit00c9bcf7148bbc42ef0963ec4673d2673a87441b
tree5530fddce997f208ba0eee5dbcdea4c633cfd815
parentde5bbdac1277ea31cb7e2fda1ad0df1595dc04ad
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