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)
commit3c879d884195aa12d4878e6e06d86e493bbf246c
tree5c70cc00776b72e53fc7c791e0b3434256a46350
parentdef39f5477e54adbfc94a905def08f5a905a9ed4
Use strings not unicode in telnet service module

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