Use chr instead of unichr
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 9 Jun 2013 15:32:36 +0000 (15:32 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 9 Jun 2013 15:32:36 +0000 (15:32 +0000)
commit248b078be3a9249a20db8de3860726e8a4ac57ac
treef3aef3cd633fff4e52e0e7fdbfae7840c5cbe2cf
parenta070bffc3f4f6f21232c2349805b0a208d7b4cbf
Use chr instead of unichr

* lib/mudpy/misc.py: Missed in the earlier unicode to str patches, use
the chr function instead of unichr for Py3K compatibility.
lib/mudpy/misc.py