--- a/src/eric7/QScintilla/Lexers/Lexer.py Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/QScintilla/Lexers/Lexer.py Tue Oct 18 16:06:21 2022 +0200
@@ -7,7 +7,7 @@
Module implementing the lexer mixin class.
"""
-import Preferences
+from eric7 import Preferences
class Lexer: