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`.
Showing
- README.md 6 additions, 2 deletionsREADME.md
- spotseeker_restclient/cache_manager.py 1 addition, 1 deletionspotseeker_restclient/cache_manager.py
- spotseeker_restclient/dao.py 1 addition, 1 deletionspotseeker_restclient/dao.py
- spotseeker_restclient/dao_implementation/mock.py 4 additions, 3 deletionsspotseeker_restclient/dao_implementation/mock.py
- spotseeker_restclient/spotseeker.py 3 additions, 3 deletionsspotseeker_restclient/spotseeker.py
Please register or sign in to comment