setup.cfg
author Pascal Volk <user@localhost.localdomain.org>
Sat, 24 Nov 2012 22:48:12 +0000
branchv0.7.x
changeset 651 6937cb38db71
parent 102 485d3f7d6981
permissions -rw-r--r--
VMM/password: Post-2to3 fixes. Replaced ….encode('hex') and ….encode('base64') by b64encode(…) and b2a_hex(…). Added some necessary encode() and decode() calls. Fixed NTLM hash generating with non ASCII characters.

[install]
compile = 1
optimize = 1

[sdist]
formats = bztar