13 from PyQt6.QtCore import pyqtSlot, Qt, QTimer, QProcess |
13 from PyQt6.QtCore import pyqtSlot, Qt, QTimer, QProcess |
14 from PyQt6.QtWidgets import ( |
14 from PyQt6.QtWidgets import ( |
15 QHeaderView, QLineEdit, QDialog, QDialogButtonBox, QTreeWidgetItem |
15 QHeaderView, QLineEdit, QDialog, QDialogButtonBox, QTreeWidgetItem |
16 ) |
16 ) |
17 |
17 |
18 from E5Gui import EricMessageBox |
18 from EricWidgets import EricMessageBox |
19 from E5Gui.EricOverrideCursor import EricOverrideCursorProcess |
19 from EricGui.EricOverrideCursor import EricOverrideCursorProcess |
20 |
20 |
21 from .Ui_SvnRepoBrowserDialog import Ui_SvnRepoBrowserDialog |
21 from .Ui_SvnRepoBrowserDialog import Ui_SvnRepoBrowserDialog |
22 |
22 |
23 import UI.PixmapCache |
23 import UI.PixmapCache |
24 |
24 |