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)
commit442ec9e50d4c50c03a9e80db4c295c299ea545a0
treef99282d106629f2d538b7acb9b2373dd99b9e6a0
parent5787e846341afbe1dff019d1cffe266b6846aa9e
Use strings not unicode in daemon executable

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