Closed ebrelsford closed 9 years ago
Hey, thanks a lot. This is something we'll be working on soon, so we really appreciate it.
I've sent a PR (#13) which deals with Python3 compatibility: ImportAPI seems to work ok, but there is still an issue related to OAuth.
Already merged
I got a start on this but stopped short of making oauth work since I don't currently need it. Mostly making relative imports more explicit and dealing with modules being rearranged (eg
parse_qsl
is now inurllib.parse
). The work's all in a81422e9.