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, Qt, pyqtSlot |
18 from PyQt5.QtCore import QMutexLocker, Qt, pyqtSlot |
19 from PyQt4.QtGui import QWidget, QCursor, QHeaderView, QApplication, QMenu, \ |
19 from PyQt5.QtGui import QCursor |
|
20 from PyQt5.QtWidgets import QWidget, QHeaderView, QApplication, QMenu, \ |
20 QDialogButtonBox, QTreeWidgetItem |
21 QDialogButtonBox, QTreeWidgetItem |
21 |
22 |
22 from E5Gui.E5Application import e5App |
23 from E5Gui.E5Application import e5App |
23 from E5Gui import E5MessageBox |
24 from E5Gui import E5MessageBox |
24 |
25 |