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)
* lib/mudpy/misc.py: Python 3000 treats strings as unicode by default,
so we should too.


No differences found