Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3142
55030c09e142
child 3484
645c12de6b0c
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
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

eric ide

mercurial