--- a/src/eric7/Preferences/ConfigurationPages/ShellPage.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/ShellPage.py Tue Oct 18 16:06:21 2022 +0200 @@ -13,9 +13,9 @@ from .ConfigurationPageBase import ConfigurationPageBase from .Ui_ShellPage import Ui_ShellPage -import Preferences +from eric7 import Preferences -from QScintilla.Shell import ShellHistoryStyle +from eric7.QScintilla.Shell import ShellHistoryStyle class ShellPage(ConfigurationPageBase, Ui_ShellPage):