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