eric6/eric6_browser.py

changeset 6947
179eef72c548
parent 6942
2602857055c5
child 6964
0b8908ba12d3
equal deleted inserted replaced
6944:06645c4a23aa 6947:179eef72c548
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:

eric ide

mercurial