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)
* lib/mudpy/data.py: Python 3000 treats strings as unicode by default,
so we should too.


No differences found