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)
commitdef39f5477e54adbfc94a905def08f5a905a9ed4
treeb64177e315c4d990fd135e4611711af3d719816c
parentaf377e51d6d39eb65fba21cfb62a424aaacc9f5b
Use strings not unicode in password module

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