--- a/eric7/QScintilla/Lexers/LexerBatch.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/QScintilla/Lexers/LexerBatch.py Sun May 16 20:07:24 2021 +0200 @@ -7,7 +7,7 @@ Module implementing a Batch file lexer with some additional methods. """ -from PyQt5.Qsci import QsciLexerBatch +from PyQt6.Qsci import QsciLexerBatch from .Lexer import Lexer