13 from PyQt6.QtGui import QAction, QTextCursor, QBrush |
13 from PyQt6.QtGui import QAction, QTextCursor, QBrush |
14 from PyQt6.QtWidgets import ( |
14 from PyQt6.QtWidgets import ( |
15 QToolBar, QPlainTextEdit, QSpinBox, QComboBox |
15 QToolBar, QPlainTextEdit, QSpinBox, QComboBox |
16 ) |
16 ) |
17 |
17 |
18 from E5Gui.EricApplication import ericApp |
18 from EricWidgets.EricApplication import ericApp |
19 from E5Gui import EricMessageBox |
19 from EricWidgets import EricMessageBox |
20 from E5Gui.EricMainWindow import EricMainWindow |
20 from EricWidgets.EricMainWindow import EricMainWindow |
21 |
21 |
22 import UI.PixmapCache |
22 import UI.PixmapCache |
23 import Preferences |
23 import Preferences |
24 |
24 |
25 from .HgUtilities import getHgExecutable |
25 from .HgUtilities import getHgExecutable |