diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py --- a/src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/EditorTypingPage.py Tue Oct 18 16:06:21 2022 +0200 @@ -12,7 +12,7 @@ from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EditorTypingPage import Ui_EditorTypingPage -import Preferences +from eric7 import Preferences class EditorTypingPage(ConfigurationPageBase, Ui_EditorTypingPage):