Closed hootnot closed 7 years ago
Thanks for this PR @hootnot, and my apologies for the delay in my response.
I'd really like v3 support - I know next to nothing about the nuances and your help is much appreciated. However.
Trying to run the test with Python 3 and your PR results in complaints about iteritems
(removed in v3, naturally). Would you be kind enough to fix the PR so the test works?
I've added Travis CI so we can test this too.
Nice! will take a look at it ... see #6, discard this one
Fix:
client.py / test.py
changes to test.py to:
Tests run both 2.7 and 3.5
Gendoc seems pretty incompatible with Python 3.x