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)
* lib/mudpy/misc.py: Missed in the earlier unicode to str patches, use
the chr function instead of unichr for Py3K compatibility.


No differences found