--- a/eric7/QScintilla/Lexers/LexerCSharp.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/QScintilla/Lexers/LexerCSharp.py Sun May 16 20:07:24 2021 +0200 @@ -7,7 +7,7 @@ Module implementing a C# lexer with some additional methods. """ -from PyQt5.Qsci import QsciLexerCSharp, QsciScintilla +from PyQt6.Qsci import QsciLexerCSharp, QsciScintilla from .Lexer import Lexer import Preferences