Re: Rev 355610e removes editpane imports from leoApp.py

2017-11-11 Thread Edward K. Ream
On Fri, Nov 10, 2017 at 6:38 PM, Terry Brown wrote: What about f432d7d8, importing editpane now how no side effects, does > @test leoBridge work now? > > Or does leoBridge require the modules that can't run without Qt not > attempt to run? > ​Is there some reason you can't run this test?​ ​Test

Re: Rev 355610e removes editpane imports from leoApp.py

2017-11-10 Thread Terry Brown
On Thu, 9 Nov 2017 11:16:09 -0800 (PST) "Edward K. Ream" wrote: > The following import caused "@test leoBridge init logic" to fail: > > import leo.core.editpane.editpane # for the command creation side > effect What about f432d7d8, importing editpane now how no side effects, does @test leoB

Rev 355610e removes editpane imports from leoApp.py

2017-11-09 Thread Edward K. Ream
The following import caused "@test leoBridge init logic" to fail: import leo.core.editpane.editpane # for the command creation side effect I have deleted it. I'm not sure what to do about creating the command, but this won't do. The import process is tricky, and it's best to minimize top-l