src/eric7/Preferences/ShortcutsDialog.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
--- 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):

eric ide

mercurial