Use strings not unicode in password module
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 25 Jan 2012 00:20:04 +0000 (00:20 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 25 Jan 2012 00:20:04 +0000 (00:20 +0000)
* lib/mudpy/password.py: Python 3000 treats strings as unicode by default,
so we should too.


No differences found