Hacks for Python 2.6
Apply all Python 2.6 patches.
The python2.6 version of email.message_from_string, doesn’t work with unicode strings. And in python3 it will only work with a decoded.
So switch to using only message_from_bytes.
The python2.6 version of SocketServer does not handle interrupt calls from signals. Patch the select call if necessary.
hack_all()
hack_email()
hack_select()
pyzor.hacks
pyzor.account