9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtWidgets import QMenu, QToolBar |
12 from PyQt6.QtWidgets import QMenu, QToolBar |
13 |
13 |
14 from E5Gui import EricMessageBox |
14 from EricWidgets import EricMessageBox |
15 from E5Gui.EricApplication import ericApp |
15 from EricWidgets.EricApplication import ericApp |
16 |
16 |
17 from VCS.ProjectHelper import VcsProjectHelper |
17 from VCS.ProjectHelper import VcsProjectHelper |
18 |
18 |
19 from E5Gui.EricAction import EricAction |
19 from EricGui.EricAction import EricAction |
20 |
20 |
21 import UI.PixmapCache |
21 import UI.PixmapCache |
22 import Preferences |
22 import Preferences |
23 |
23 |
24 |
24 |