Recast filters when comparing
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 17 Oct 2012 22:03:31 +0000 (22:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 17 Oct 2012 22:03:31 +0000 (22:03 +0000)
commit9c1165558bfa081bbb84650e321c603117493b45
treebce38f8eb7f81eefbb6e0977f9c0fa35915d527e
parent4eb4a44bb63c666d6b4cbb6816d3082449dcdccb
Recast filters when comparing

* lib/mudpy/misc.py: For Py3K compatibility, filters will need to be
recast to comparable data types when used in comparisons.
lib/mudpy/misc.py