--- a/eric6/eric6_re.py Sat Sep 21 20:30:56 2019 +0200 +++ b/eric6/eric6_re.py Sat Sep 21 22:03:03 2019 +0200 @@ -45,8 +45,9 @@ @param argv list of commandline parameters (list of strings) @return reference to the main widget (QWidget) """ - from Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import \ + from Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import ( PyRegExpWizardWindow + ) return PyRegExpWizardWindow()