Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py

changeset 3656
441956d8fce5
parent 3621
15f23ed3f216
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
13 except NameError: 13 except NameError:
14 pass 14 pass
15 15
16 import os 16 import os
17 17
18 from PyQt4.QtCore import pyqtSlot, Qt, QProcess, QRegExp, QTimer 18 from PyQt5.QtCore import pyqtSlot, Qt, QProcess, QRegExp, QTimer
19 from PyQt4.QtGui import QDialog, QDialogButtonBox, QListWidgetItem, QLineEdit 19 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QListWidgetItem, \
20 QLineEdit
20 21
21 from E5Gui import E5MessageBox 22 from E5Gui import E5MessageBox
22 23
23 from .Ui_SvnChangeListsDialog import Ui_SvnChangeListsDialog 24 from .Ui_SvnChangeListsDialog import Ui_SvnChangeListsDialog
24 25

eric ide

mercurial