152 "eric6 Web Browser", |
152 "eric6 Web Browser", |
153 "file", |
153 "file", |
154 "web browser", |
154 "web browser", |
155 options) |
155 options) |
156 |
156 |
157 if not Globals.checkBlacklistedVersions(): |
|
158 sys.exit(100) |
|
159 |
|
160 # set the library paths for plugins |
157 # set the library paths for plugins |
161 Startup.setLibraryPaths() |
158 Startup.setLibraryPaths() |
162 |
159 |
163 app = E5Application(sys.argv) |
160 app = E5Application(sys.argv) |
164 client = HelpSingleApplicationClient() |
161 client = HelpSingleApplicationClient() |