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)
commitd14168d58aedb181e31b224240667a68c0ec0bfa
treefd013700aa235408bb9ba54243e55965b5534efe
parent51b19cb43ecf5f656ff5d46eb9a37a8613607fda
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