13 from PyQt6.QtCore import pyqtSlot, Qt, QProcess, QTimer |
13 from PyQt6.QtCore import pyqtSlot, Qt, QProcess, QTimer |
14 from PyQt6.QtWidgets import ( |
14 from PyQt6.QtWidgets import ( |
15 QDialog, QDialogButtonBox, QListWidgetItem, QLineEdit |
15 QDialog, QDialogButtonBox, QListWidgetItem, QLineEdit |
16 ) |
16 ) |
17 |
17 |
18 from E5Gui import EricMessageBox |
18 from EricWidgets import EricMessageBox |
19 |
19 |
20 from .Ui_SvnChangeListsDialog import Ui_SvnChangeListsDialog |
20 from .Ui_SvnChangeListsDialog import Ui_SvnChangeListsDialog |
21 |
21 |
22 import Preferences |
22 import Preferences |
23 from Globals import strToQByteArray |
23 from Globals import strToQByteArray |