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)
commit259db05b03a3668177d519fc62d2059f2bd2fb76
tree30b1db1be6e836cb4680b75a1b3eee28c4097156
parentb28e214eea15030d747ea7f6ab241c8cf500d773
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