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)
commit8e20f5d1b5949453bd71d332198b5266184bc2a4
tree4759a0dd86877a547f1afa974cb1526c29b049ad
parente3c32cb4cae34229673841bde7df3ef6c1c0adad
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