As of rev e312165, both pyflakes and pylint profess themselves content with 
all files in the leo/core/editpane folder.

Much of this rev is minor, but there are several items of note.  Terry, 
please run your tests.  It's possible I broke something...

Here is the checkin log:

  Fixed all pyflakes and pylint complaints in leo/core/editpane folder as 
follows:
    
    - Added a short module-level docstring in editpane.py.
    - Use << x.py imports >> instead of Decls.
    - Added assert g so pyflakes will never complain about import of g.
    - Commented out all unused imports.
    - Suppressed a pylint warning about lambda.
    
    There was only *one significant change*, marked with ### in 
webengineview.py:
    - Change QtWebEngineWidgets to QtWebKitWidgets *as defined in leoQt.py*.
      Yes, this is truly horrible, but the leoQt code is more careful about 
failing imports.
    
    *Still to do*:
    
    1. One previously-failing unit test still fails: @test leoBridge init 
logic.
        This is likely a problem with leoQt.py.
    
    2. The present code fails if QSci has not been installed.
        Terry should fix this.  I don't know how.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to