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


No differences found