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

Commits on Aug 1, 2019

  1. fix module init issues caused by import cycle

    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 committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b314f85 View commit details
    Browse the repository at this point in the history