Fix show log command for Py3K
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 7 Mar 2016 11:43:13 +0000 (11:43 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 7 Mar 2016 11:43:13 +0000 (11:43 +0000)
commitfed4b3699b4dd18ce6b4436da41645fd25dddb23
treeea1f1e7b1441020e3dbdef9168991da8d3972346
parentd8917a25f912911288217da7b601ff6330c8fcdb
Fix show log command for Py3K

The behavior of lambda filters has changed in Python 3 such that you
can no longer treat them directly as lists. Trivially reimplement
them as list comprehensions. Also correct a missing minimum loglevel
fallback default.
lib/mudpy/misc.py