eric5_webbrowser.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
70 70
71 def main(): 71 def main():
72 """ 72 """
73 Main entry point into the application. 73 Main entry point into the application.
74 """ 74 """
75 options = [\ 75 options = [
76 ("--config=configDir", 76 ("--config=configDir",
77 "use the given directory as the one containing the config files"), 77 "use the given directory as the one containing the config files"),
78 ("--search=word", "search for the given word") 78 ("--search=word", "search for the given word")
79 ] 79 ]
80 appinfo = AppInfo.makeAppInfo(sys.argv, 80 appinfo = AppInfo.makeAppInfo(sys.argv,

eric ide

mercurial