diff -r d595f6f9cbf8 -r 4ef3b78ebb4e eric6/Plugins/PluginWizardE5MessageBox.py --- a/eric6/Plugins/PluginWizardE5MessageBox.py Sat Sep 21 18:30:02 2019 +0200 +++ b/eric6/Plugins/PluginWizardE5MessageBox.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.E5MessageBoxWizard.E5MessageBoxWizardDialog import \ + from WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog import ( E5MessageBoxWizardDialog + ) dlg = E5MessageBoxWizardDialog(None) if dlg.exec_() == QDialog.Accepted: line, index = editor.getCursorPosition()