You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
f3f8b4f replaces an import of webapp from google.appengine.ext with a top-level import of webapp2 (aliased as webapp). The commit comment says:
This choice is apparently more robust in situations / runtimes where the import mechanism in google/appengine/ext/webapp/init.py does not appear to do the right thing.
f3f8b4f replaces an import of
webappfromgoogle.appengine.extwith a top-level import ofwebapp2(aliased aswebapp). The commit comment says:This change breaks the GAE import mocking done in
gcloud.