eric5_qregularexpression.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2791
a9577f248f04
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
--- a/eric5_qregularexpression.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/eric5_qregularexpression.py	Fri Oct 18 23:00:41 2013 +0200
@@ -5,11 +5,11 @@
 #
 
 """
-Eric5 QRegularExpression
+Eric5 QRegularExpression.
 
 This is the main Python script that performs the necessary initialization
-of the QRegularExpression wizard module and starts the Qt event loop. This is a standalone
-version of the integrated QRegularExpression wizard.
+of the QRegularExpression wizard module and starts the Qt event loop. This is
+a standalone version of the integrated QRegularExpression wizard.
 """
 
 from __future__ import unicode_literals    # __IGNORE_WARNING__
@@ -45,8 +45,8 @@
     @param argv list of commandline parameters (list of strings)
     @return reference to the main widget (QWidget)
     """
-    from Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog \
-        import QRegularExpressionWizardWindow
+    from Plugins.WizardPlugins.QRegularExpressionWizard\
+        .QRegularExpressionWizardDialog import QRegularExpressionWizardWindow
     return QRegularExpressionWizardWindow()
 
 
@@ -58,11 +58,12 @@
         ("--config=configDir",
          "use the given directory as the one containing the config files"),
     ]
-    appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric5 QRegularExpression",
-                                  "",
-                                  "Regexp editor for Qt's QRegularExpression class",
-                                  options)
+    appinfo = AppInfo.makeAppInfo(
+        sys.argv,
+        "Eric5 QRegularExpression",
+        "",
+        "Regexp editor for Qt's QRegularExpression class",
+        options)
     res = Startup.simpleAppStartup(sys.argv,
                                    appinfo,
                                    createMainWidget)

eric ide

mercurial