Toolbox/Startup.py

changeset 3034
7ce719013078
parent 3030
4a0a82ddd9d2
child 3039
8dd0165d805d
--- a/Toolbox/Startup.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Toolbox/Startup.py	Sat Oct 19 13:03:39 2013 +0200
@@ -29,7 +29,7 @@
     @param appinfo dictionary describing the application
     @param optlen length of the field for the commandline option (integer)
     """
-    options = [\
+    options = [
         ("--version",  "show the program's version number and exit"),
         ("-h, --help", "show this help message and exit")
     ]

eric ide

mercurial