16 QDialog, |
16 QDialog, |
17 QDialogButtonBox, |
17 QDialogButtonBox, |
18 QTreeWidgetItem, |
18 QTreeWidgetItem, |
19 ) |
19 ) |
20 |
20 |
21 from EricWidgets import EricMessageBox |
21 from eric7.EricWidgets import EricMessageBox |
22 |
22 |
23 from .Ui_SvnBlameDialog import Ui_SvnBlameDialog |
23 from .Ui_SvnBlameDialog import Ui_SvnBlameDialog |
24 |
24 |
25 import Preferences |
25 from eric7 import Preferences |
26 from Globals import strToQByteArray |
26 from eric7.Globals import strToQByteArray |
27 |
27 |
28 |
28 |
29 class SvnBlameDialog(QDialog, Ui_SvnBlameDialog): |
29 class SvnBlameDialog(QDialog, Ui_SvnBlameDialog): |
30 """ |
30 """ |
31 Class implementing a dialog to show the output of the svn blame command. |
31 Class implementing a dialog to show the output of the svn blame command. |