Skip to content
Snippets Groups Projects
Commit 02f080f5 authored by Nuwan Rajika Kumarasiri's avatar Nuwan Rajika Kumarasiri
Browse files

Add the second set of changes into `spotseeker_client` to port to Python 3.x

Changes includes:
* Fix syntax error `ImportError, e` as `ImportError as e`.
* `urllib.quote` -> `urllib.parse`.
* Fix `print` syntax error.
* `StringIO` -> `io import StringIO`.
parent 96fb729c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment