2 |
2 |
3 """ |
3 """ |
4 Module implementing the eric5 message box wizard dialog. |
4 Module implementing the eric5 message box wizard dialog. |
5 """ |
5 """ |
6 |
6 |
7 from __future__ import unicode_literals # __IGNORE_WARNING__ |
7 from __future__ import unicode_literals |
8 |
8 |
9 import os |
9 import os |
10 |
10 |
11 from PyQt4.QtCore import pyqtSlot |
11 from PyQt4.QtCore import pyqtSlot |
12 from PyQt4.QtGui import QDialog, QDialogButtonBox, QAbstractButton |
12 from PyQt4.QtGui import QDialog, QDialogButtonBox, QAbstractButton |