Use strings not unicode in data handler module
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Nov 2011 21:17:09 +0000 (21:17 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Nov 2011 21:17:09 +0000 (21:17 +0000)
commit25a6ec89c90a803457e2711af5c00de5adee8d31
tree14b4a3c4a3c7f156069f88aa745d36fedf4c71a5
parentdb927c359b52d78f5feeb83268f1daa177bee011
Use strings not unicode in data handler module

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