132 |
134 |
133 def main(): |
135 def main(): |
134 """ |
136 """ |
135 Main entry point into the application. |
137 Main entry point into the application. |
136 """ |
138 """ |
|
139 global app |
|
140 |
137 options = [ |
141 options = [ |
138 ("--config=configDir", |
142 ("--config=configDir", |
139 "use the given directory as the one containing the config files"), |
143 "use the given directory as the one containing the config files"), |
140 ("--qthelp", "start the browser with support for QtHelp"), |
144 ("--qthelp", "start the browser with support for QtHelp"), |
141 ("--quiet", "don't show any startup error messages"), |
145 ("--quiet", "don't show any startup error messages"), |