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)
commit26963f7304e824d3781da7de4ef677d981412766
treea45c467ba4b8a11db884fa7d877b19e7ae4a761b
parentb6574aab1f989ed8d9713afac7424c296983b3e4
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