eric5_doc.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
147 Main entry point into the application. 147 Main entry point into the application.
148 """ 148 """
149 import getopt 149 import getopt
150 150
151 try: 151 try:
152 opts, args = getopt.getopt(sys.argv[1:], "c:ehio:Rrt:Vx:", 152 opts, args = getopt.getopt(
153 sys.argv[1:], "c:ehio:Rrt:Vx:",
153 ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=", 154 ["exclude=", "extension=", "help", "noindex", "noempty", "outdir=",
154 "recursive", "style-sheet=", "version", 155 "recursive", "style-sheet=", "version",
155 "exclude-file=", "eol=", 156 "exclude-file=", "eol=",
156 "body-color=", "body-background-color=", 157 "body-color=", "body-background-color=",
157 "l1header-color=", "l1header-background-color=", 158 "l1header-color=", "l1header-background-color=",

eric ide

mercurial