Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

fix module init issues caused by import cycle #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zevdg
Copy link

@zevdg zevdg commented Aug 2, 2019

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.

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
Copy link
Author

zevdg commented Aug 2, 2019

is this project still accepting PRs?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants