--- a/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Sun Jan 31 16:15:16 2010 +0000 +++ b/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Sun Jan 31 17:11:22 2010 +0000 @@ -12,8 +12,6 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from E5Gui.E5Application import e5App - from .Ui_MessageBoxWizardDialog import Ui_MessageBoxWizardDialog class MessageBoxWizardDialog(QDialog, Ui_MessageBoxWizardDialog): @@ -318,4 +316,4 @@ if not self.rAbout.isChecked() and not self.rAboutQt.isChecked(): msgdlg += self.__getQt42ButtonCode(istring, indString) msgdlg +=')%s' % os.linesep - return msgdlg \ No newline at end of file + return msgdlg