diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/QScintilla/Lexers/LexerPostScript.py --- a/src/eric7/QScintilla/Lexers/LexerPostScript.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/QScintilla/Lexers/LexerPostScript.py Tue Oct 18 16:06:21 2022 +0200 @@ -10,7 +10,7 @@ from PyQt6.Qsci import QsciLexerPostScript from .Lexer import Lexer -import Preferences +from eric7 import Preferences class LexerPostScript(Lexer, QsciLexerPostScript):