13 from PyQt6.QtCore import pyqtSlot, Qt, QTimer, QProcess, QProcessEnvironment |
13 from PyQt6.QtCore import pyqtSlot, Qt, QTimer, QProcess, QProcessEnvironment |
14 from PyQt6.QtWidgets import ( |
14 from PyQt6.QtWidgets import ( |
15 QWidget, QHeaderView, QDialogButtonBox, QTreeWidgetItem |
15 QWidget, QHeaderView, QDialogButtonBox, QTreeWidgetItem |
16 ) |
16 ) |
17 |
17 |
18 from E5Gui import EricMessageBox |
18 from EricWidgets import EricMessageBox |
19 |
19 |
20 from .Ui_SvnPropListDialog import Ui_SvnPropListDialog |
20 from .Ui_SvnPropListDialog import Ui_SvnPropListDialog |
21 |
21 |
22 import Preferences |
22 import Preferences |
23 |
23 |