eric5_re.py

changeset 945
8cd4d08fa9f6
parent 896
f855351d5e98
child 1509
c0b5e693b0eb
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 eric5_re.py
--- a/eric5_re.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/eric5_re.py	Fri Mar 11 16:51:57 2011 +0100
@@ -8,7 +8,7 @@
 Eric5 Re
 
 This is the main Python script that performs the necessary initialization
-of the PyRegExp wizard module and starts the Qt event loop. This is a standalone 
+of the PyRegExp wizard module and starts the Qt event loop. This is a standalone
 version of the integrated PyRegExp wizard.
 """
 
@@ -36,13 +36,14 @@
         PyRegExpWizardWindow
     return PyRegExpWizardWindow()
 
+
 def main():
     """
     Main entry point into the application.
     """
     options = [\
-        ("--config=configDir", 
-         "use the given directory as the one containing the config files"), 
+        ("--config=configDir",
+         "use the given directory as the one containing the config files"),
     ]
     appinfo = Startup.makeAppInfo(sys.argv,
                                   "Eric5 RE",

eric ide

mercurial