Use strings not unicode in telnet service module
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 24 Feb 2012 08:59:36 +0000 (08:59 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 24 Feb 2012 08:59:36 +0000 (08:59 +0000)
* lib/mudpy/telnet.py: Python 3000 treats strings as unicode by default,
so we should too.


No differences found