eric7/Plugins/VcsPlugins/vcsGit/GitDialog.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8881
54e42bc2437a
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
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

eric ide

mercurial