eric7/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py

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

eric ide

mercurial