eric5_doc.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
diff -r 10516539f238 -r 0a02c433f52d eric5_doc.py
--- a/eric5_doc.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/eric5_doc.py	Fri Nov 01 15:48:48 2013 +0100
@@ -149,7 +149,8 @@
     import getopt
 
     try:
-        opts, args = getopt.getopt(sys.argv[1:], "c:ehio:Rrt:Vx:",
+        opts, args = getopt.getopt(
+            sys.argv[1:], "c:ehio:Rrt:Vx:",
             ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=",
              "recursive", "style-sheet=", "version",
              "exclude-file=", "eol=",

eric ide

mercurial