Use strings not unicode in daemon executable
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 15 Aug 2011 11:01:17 +0000 (11:01 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 15 Aug 2011 11:01:17 +0000 (11:01 +0000)
commita985778e8ce050ec7a847a6de318464803268582
tree565cdc78c274a4b1c9c78fb32ddba00bb63b91a7
parent88cc23e5313f888b9818ff50c9b6c482fa388e4d
Use strings not unicode in daemon executable

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