Open zevdg opened 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.
is this project still accepting PRs?
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.