8357:a081458cc57b | 8358:144a6b854f70 |
---|---|
10 import os | 10 import os |
11 import contextlib | 11 import contextlib |
12 | 12 |
13 from PyQt6.QtCore import QObject, QCoreApplication | 13 from PyQt6.QtCore import QObject, QCoreApplication |
14 | 14 |
15 from E5Gui.EricApplication import ericApp | 15 from EricWidgets.EricApplication import ericApp |
16 | 16 |
17 import Preferences | 17 import Preferences |
18 from Preferences.Shortcuts import readShortcuts | 18 from Preferences.Shortcuts import readShortcuts |
19 import UI.Info | 19 import UI.Info |
20 | 20 |