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)
commitb28e214eea15030d747ea7f6ab241c8cf500d773
tree61c55916b1cde5bdb8f0b1ae5692c8700a95fa90
parentd14168d58aedb181e31b224240667a68c0ec0bfa
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