openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #33207
Re: [Merge] lp:~bastian-germann/openlp/fix-circ-dep into lp:openlp
The test imports o.p.c.forms.editcustomform.EditCustomForm which imports something from o.p.c.lib that in turn wants to import EditCustomForm. That is a circular dependency.
As the added line (__init__.py) is implicitly executed on all o.p.c.forms* imports, o.p.c.lib is imported before any o.p.c.forms import.
--
https://code.launchpad.net/~bastian-germann/openlp/fix-circ-dep/+merge/357849
Your team OpenLP Core is subscribed to branch lp:openlp.
References