Changes required to allow setup of a LNT client with Python 3.
- Use PyModule_Create instead of Py_InitModule
- Drop argparse and wsgiref install requirements
- Require Python 2.7 or higher in setup.py; Python 2.7 is needed for some Python 3 support idioms
I think this could be 0 (no space required for module state), but that might be asking for unnecessary trouble.