pyCraft/minecraft
Ammar Askar 79ee31c44e Fix two python3 compatibility problems:
We need to explicitly encode the serverID before hashing it
Pass read/binary modes to the file made from socket to avoid encoding problems, fixes #29
2015-04-17 17:57:34 +05:00
..
networking Fix two python3 compatibility problems: 2015-04-17 17:57:34 +05:00
__init__.py Setup.py and versioning 2015-04-01 17:38:14 +02:00
authentication.py id is a reserved name, even as an attribute. We now use id_ instead 2015-04-06 15:44:51 +02:00
compat.py Added more tests, fixed compat.py to run on py3 as well 2015-04-12 07:26:12 +05:00
exceptions.py Updated authentication.py and made it work with the rest of pyCraft 2015-04-01 23:38:10 +02:00