13 import os |
13 import os |
14 import sys |
14 import sys |
15 |
15 |
16 import pysvn |
16 import pysvn |
17 |
17 |
18 from PyQt4.QtCore import QMutexLocker, QFileInfo, QDateTime, Qt, pyqtSlot |
18 from PyQt5.QtCore import QMutexLocker, QFileInfo, QDateTime, Qt, pyqtSlot |
19 from PyQt4.QtGui import QWidget, QColor, QCursor, QBrush, QApplication, \ |
19 from PyQt5.QtGui import QColor, QCursor, QBrush, QTextCursor |
20 QTextCursor, QDialogButtonBox |
20 from PyQt5.QtWidgets import QWidget, QApplication, QDialogButtonBox |
21 |
21 |
22 from E5Gui.E5Application import e5App |
22 from E5Gui.E5Application import e5App |
23 from E5Gui import E5MessageBox, E5FileDialog |
23 from E5Gui import E5MessageBox, E5FileDialog |
24 |
24 |
25 from .SvnDialogMixin import SvnDialogMixin |
25 from .SvnDialogMixin import SvnDialogMixin |