10 import contextlib |
10 import contextlib |
11 |
11 |
12 from PyQt6.QtCore import QFile, QIODevice, QCoreApplication |
12 from PyQt6.QtCore import QFile, QIODevice, QCoreApplication |
13 from PyQt6.QtGui import QKeySequence |
13 from PyQt6.QtGui import QKeySequence |
14 |
14 |
15 from E5Gui.EricApplication import ericApp |
15 from EricWidgets.EricApplication import ericApp |
16 from E5Gui import EricMessageBox |
16 from EricWidgets import EricMessageBox |
17 |
17 |
18 from Preferences import Prefs, syncPreferences |
18 from Preferences import Prefs, syncPreferences |
19 |
19 |
20 |
20 |
21 def __readShortcut(act, category, prefClass): |
21 def __readShortcut(act, category, prefClass): |