177 "eric6 Web Browser", |
177 "eric6 Web Browser", |
178 "file", |
178 "file", |
179 "web browser", |
179 "web browser", |
180 options) |
180 options) |
181 |
181 |
182 if not Globals.checkBlacklistedVersions(): |
|
183 sys.exit(100) |
|
184 |
|
185 # set the library paths for plugins |
182 # set the library paths for plugins |
186 Startup.setLibraryPaths() |
183 Startup.setLibraryPaths() |
187 |
184 |
188 app = E5Application(sys.argv) |
185 app = E5Application(sys.argv) |
189 if "--private" not in sys.argv: |
186 if "--private" not in sys.argv: |