Use strings not unicode in catch-all module
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Dec 2011 14:37:10 +0000 (14:37 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Dec 2011 14:37:10 +0000 (14:37 +0000)
commitb6574aab1f989ed8d9713afac7424c296983b3e4
tree6835097b37f5ee42e38c1bfc93913fff00db6fb0
parent8e20f5d1b5949453bd71d332198b5266184bc2a4
Use strings not unicode in catch-all module

* lib/mudpy/misc.py: Python 3000 treats strings as unicode by default,
so we should too.
lib/mudpy/misc.py