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)
* lib/mudpy/password.py: Raw hash values are manipulated as bytes for
Py3K compatibility.


No differences found