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)
commit45860f93b7e1c505359917f1ed90562a0b0d31ff
treebcec1d903556fcef9f20c834df2b3f8033d94911
parent26963f7304e824d3781da7de4ef677d981412766
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