eric6_webbrowser.py

changeset 5587
ea526b78ee6c
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5586:0e5421d679e7 5587:ea526b78ee6c
91 try: 91 try:
92 home = argv[1] 92 home = argv[1]
93 except IndexError: 93 except IndexError:
94 home = "" 94 home = ""
95 95
96 help = HelpWindow(home, '.', None, 'help viewer', searchWord=searchWord) 96 helpWindow = HelpWindow(home, '.', None, 'help viewer',
97 return help 97 searchWord=searchWord)
98 return helpWindow
98 99
99 100
100 def main(): 101 def main():
101 """ 102 """
102 Main entry point into the application. 103 Main entry point into the application.

eric ide

mercurial