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)
commitaf377e51d6d39eb65fba21cfb62a424aaacc9f5b
tree4a4dc7888d44f4f0f2c2b6b2731869e56a330035
parent25a6ec89c90a803457e2711af5c00de5adee8d31
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