Use bytes in process table manipulation
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 15 May 2013 10:35:51 +0000 (10:35 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 15 May 2013 10:35:51 +0000 (10:35 +0000)
commita070bffc3f4f6f21232c2349805b0a208d7b4cbf
tree563ca649b6139752e84db660b907e41ceee2e536
parent710db132b0f10fee3897e581b190660e22b0b950
Use bytes in process table manipulation

* lib/mudpy/misc.py: When manipulating the process table, do so using
bytes type for Py3K compatibility.
lib/mudpy/misc.py