346:877cac2e8d94 | 347:b5048b5ff454 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a dialog to show an error message and optionally a | 7 Module implementing a dialog to show an error message and optionally a |
8 traceback. | 8 traceback. |
9 """ | 9 """ |
10 | |
11 from __future__ import unicode_literals | |
12 | 10 |
13 from PyQt5.QtWidgets import QDialog | 11 from PyQt5.QtWidgets import QDialog |
14 | 12 |
15 from .Ui_ErrorDialog import Ui_ErrorDialog | 13 from .Ui_ErrorDialog import Ui_ErrorDialog |
16 | 14 |