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