eric6/Plugins/PluginWizardQMessageBox.py

changeset 7256
4ef3b78ebb4e
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r d595f6f9cbf8 -r 4ef3b78ebb4e eric6/Plugins/PluginWizardQMessageBox.py
--- a/eric6/Plugins/PluginWizardQMessageBox.py	Sat Sep 21 18:30:02 2019 +0200
+++ b/eric6/Plugins/PluginWizardQMessageBox.py	Sat Sep 21 20:30:56 2019 +0200
@@ -100,8 +100,9 @@
         @param editor reference to the current editor
         @return the generated code (string)
         """
-        from WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog import \
+        from WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog import (
             MessageBoxWizardDialog
+        )
         dlg = MessageBoxWizardDialog(None)
         if dlg.exec_() == QDialog.Accepted:
             line, index = editor.getCursorPosition()

eric ide

mercurial