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)
commitdb927c359b52d78f5feeb83268f1daa177bee011
treefa4aed6dd343ee5fc0ed5db1ded89080184f83bf
parente0baf9ae670a07e591d8c4210367d42819e7bfbd
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