The del and return statements aren't functions
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:51:01 +0000 (15:51 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:51:01 +0000 (15:51 +0000)
commit3878bed244ee3637eb0f3fc5e08840ef3b876dea
tree0c0a9bd78df3af7a4ad34e62d7c13fc26192ab6b
parentbf6d449108678b627e039db05da2ae504f4a72a2
The del and return statements aren't functions

Correct a number of uses of del and return which had superfluous
parentheses. These are statement keywords, not function names, so
don't require parentheses around their expressions.
mudpy/command.py
mudpy/misc.py
mudpy/tests/selftest.py