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 QTimer, QByteArray, QProcess, QRegExp, QUrl, pyqtSlot |
18 from PyQt5.QtCore import QTimer, QByteArray, QProcess, QRegExp, QUrl, pyqtSlot |
19 from PyQt4.QtGui import QWidget, QLineEdit, QApplication, QTextCursor, \ |
19 from PyQt5.QtGui import QTextCursor |
20 QDialogButtonBox |
20 from PyQt5.QtWidgets import QWidget, QLineEdit, QApplication, QDialogButtonBox |
21 |
21 |
22 from E5Gui import E5MessageBox |
22 from E5Gui import E5MessageBox |
23 |
23 |
24 from .Ui_SvnLogDialog import Ui_SvnLogDialog |
24 from .Ui_SvnLogDialog import Ui_SvnLogDialog |
25 |
25 |