- update formatting to fit Python style guide (PEP 8)
0.8.1
------------------
- support https, reuseconnection in provision.py - don't log exceptions in onep.py, just raise them - add example of onep.py error handling in examples/get_info.py
0.8.0
------------------
- return ProvisionResult from provision methods to provide more information about success/failure (breaking change) - refactor provision.py to use httplib, and share code with onep.py. - make version string available in pyonep.__version__, per PEP 396