eric6/eric6_webbrowser.py

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

eric ide

mercurial