10 import os |
10 import os |
11 import contextlib |
11 import contextlib |
12 |
12 |
13 from PyQt6.QtCore import QObject |
13 from PyQt6.QtCore import QObject |
14 |
14 |
15 from E5Gui.EricAction import EricAction |
15 from EricGui.EricAction import EricAction |
16 from E5Gui.EricApplication import ericApp |
16 from EricWidgets.EricApplication import ericApp |
17 from eric7config import getConfig |
17 from eric7config import getConfig |
18 |
18 |
19 from Project.ProjectBrowserModel import ProjectBrowserFileItem |
19 from Project.ProjectBrowserModel import ProjectBrowserFileItem |
20 |
20 |
21 import Preferences |
21 import Preferences |