8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
9 | 9 |
10 import os | 10 import os |
11 | 11 |
12 import pysvn | 12 import pysvn |
13 | 13 |
14 from PyQt5.QtCore import Qt | 14 from PyQt6.QtCore import Qt |
15 from PyQt5.QtWidgets import ( | 15 from PyQt6.QtWidgets import ( |
16 QHeaderView, QDialog, QDialogButtonBox, QTreeWidgetItem | 16 QHeaderView, QDialog, QDialogButtonBox, QTreeWidgetItem |
17 ) | 17 ) |
18 | 18 |
19 from E5Utilities.E5MutexLocker import E5MutexLocker | 19 from E5Utilities.E5MutexLocker import E5MutexLocker |
20 | 20 |