RefactoringRope/MatchesDialog.py

changeset 320
91b171fdd85f
parent 302
2e853e2f2430
child 326
67bcde9c65b9
equal deleted inserted replaced
319:1d71264692ef 320:91b171fdd85f
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt5.QtCore import pyqtSlot, Qt 12 from PyQt5.QtCore import pyqtSlot, Qt
13 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QDialogButtonBox, \ 13 from PyQt5.QtWidgets import (
14 QHeaderView 14 QDialog, QTreeWidgetItem, QDialogButtonBox, QHeaderView
15 )
15 16
16 from E5Gui.E5Application import e5App 17 from E5Gui.E5Application import e5App
17 18
18 from .Ui_MatchesDialog import Ui_MatchesDialog 19 from .Ui_MatchesDialog import Ui_MatchesDialog
19 20

eric ide

mercurial