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