Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 425
ca5e65413fc5
child 792
a13346916170
--- 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

eric ide

mercurial