Use strings not unicode in package init module
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 1 Oct 2011 16:57:14 +0000 (16:57 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 1 Oct 2011 16:57:14 +0000 (16:57 +0000)
commite3c32cb4cae34229673841bde7df3ef6c1c0adad
treefd894df86fa488164937a5c91c18cd6f3976bfb3
parent2b715343d6c3732a6e8468358e0cf29ede8d4fde
Use strings not unicode in package init module

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