--- a/src/eric7/Preferences/ShortcutsDialog.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Preferences/ShortcutsDialog.py Tue Oct 18 16:06:21 2022 +0200 @@ -14,13 +14,13 @@ from PyQt6.QtGui import QKeySequence from PyQt6.QtWidgets import QHeaderView, QDialog, QTreeWidgetItem -from EricWidgets.EricApplication import ericApp -from EricWidgets import EricMessageBox +from eric7.EricWidgets.EricApplication import ericApp +from eric7.EricWidgets import EricMessageBox from .Ui_ShortcutsDialog import Ui_ShortcutsDialog -import Preferences -from Preferences import Shortcuts +from eric7 import Preferences +from eric7.Preferences import Shortcuts class ShortcutsDialog(QDialog, Ui_ShortcutsDialog):