10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QObject, QCoreApplication |
12 from PyQt6.QtCore import QObject, QCoreApplication |
13 from PyQt6.QtWidgets import QDialog |
13 from PyQt6.QtWidgets import QDialog |
14 |
14 |
15 from E5Gui.EricApplication import ericApp |
15 from EricWidgets.EricApplication import ericApp |
16 |
16 |
17 from E5Gui.EricAction import EricAction |
17 from EricGui.EricAction import EricAction |
18 |
18 |
19 import Utilities |
19 import Utilities |
20 import UI.Info |
20 import UI.Info |
21 |
21 |
22 from eric7config import getConfig |
22 from eric7config import getConfig |