Skip to content
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

with_statement & appengine compatibility #264

Closed
gokult opened this issue Jun 28, 2011 · 1 comment
Closed

with_statement & appengine compatibility #264

gokult opened this issue Jun 28, 2011 · 1 comment

Comments

@gokult
Copy link

gokult commented Jun 28, 2011

helpers.py in 0.7 uses the with_statement, but doesn't import it from future. This breaks appengine compatibility, at least when running with their runtime locally.

Fix is to do as app.py does and import with_statement.

@rduplain
Copy link
Contributor

Thanks for pointing this out.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants