diff -r 139f182b72f6 -r 8b507a9a2d40 Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py --- a/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Sun Mar 24 13:52:12 2013 +0100 +++ b/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Mon Mar 25 03:11:06 2013 +0100 @@ -4,6 +4,8 @@ Module implementing the eric5 message box wizard dialog. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + import os from PyQt4.QtCore import pyqtSlot @@ -27,7 +29,7 @@ @param parent reference to the parent widget (QWidget) """ - super().__init__(parent) + super(E5MessageBoxWizardDialog, self).__init__(parent) self.setupUi(self) # keep the following three lists in sync