GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
142 stars 64 forks source link

fix module init issues caused by import cycle #144

Open zevdg opened 5 years ago

zevdg commented 5 years ago

webapp and webapp2 import eachother. Currently if they aren't imported in the correct order, they wouldn't initiaze properly. By deferring all of the webapp imports in webapp2 until after initialization has finished, we sidestep the problem.

zevdg commented 5 years ago

is this project still accepting PRs?