8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 import contextlib | 11 import contextlib |
12 | 12 |
13 from PyQt5.QtCore import QObject, QCoreApplication, QByteArray | 13 from PyQt6.QtCore import QObject, QCoreApplication, QByteArray |
14 | 14 |
15 from E5Gui.E5Application import e5App | 15 from E5Gui.E5Application import e5App |
16 | 16 |
17 import Preferences | 17 import Preferences |
18 from Preferences.Shortcuts import readShortcuts | 18 from Preferences.Shortcuts import readShortcuts |