-
Notifications
You must be signed in to change notification settings - Fork 144
used urllib2 instead of requests #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Requests is not working with google appengine
|
|
|
|
|
|
|
|
|
|
|
|
|
I'm pretty sure you can use requests on GAE. It was a conscious decision to use requests library. Requests is a widely use package and it simplifies lots of things. You can use the old pypi package of python-gcm if you want urllib2 support. |
requestsis not working with other applications such as google appengine.ref: http://stackoverflow.com/questions/9604799/can-python-requests-library-be-used-on-google-app-engine/28544823#28544823
Suggest any change in code required.
Note: Also fixed some pylints.