eric6/eric6_re.py

changeset 7257
c4d0cac9b5c9
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r 4ef3b78ebb4e -r c4d0cac9b5c9 eric6/eric6_re.py
--- 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()
 
 

eric ide

mercurial