Use byte type for passwords hash encoding
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 23 Apr 2013 17:39:49 +0000 (17:39 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 23 Apr 2013 17:39:49 +0000 (17:39 +0000)
commit710db132b0f10fee3897e581b190660e22b0b950
treec0f2d64bfdd1f76667be755e4eb7f7bc3c9bcf20
parent761af6ff61bb547f76c761acbe41d0ef11d51681
Use byte type for passwords hash encoding

* lib/mudpy/password.py: Raw hash values are manipulated as bytes for
Py3K compatibility.
lib/mudpy/password.py