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