eric6_browser, eric6_webbrowser: removed obsolete code that caused the applications to crash at startup.

Mon, 15 Apr 2019 18:56:20 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 Apr 2019 18:56:20 +0200
changeset 6947
179eef72c548
parent 6944
06645c4a23aa
child 6948
c6e580fd9bb1

eric6_browser, eric6_webbrowser: removed obsolete code that caused the applications to crash at startup.

eric6/eric6_browser.py file | annotate | diff | comparison | revisions
eric6/eric6_webbrowser.py file | annotate | diff | comparison | revisions
--- a/eric6/eric6_browser.py	Sun Apr 14 15:19:33 2019 +0200
+++ b/eric6/eric6_browser.py	Mon Apr 15 18:56:20 2019 +0200
@@ -179,9 +179,6 @@
                                   "web browser",
                                   options)
     
-    if not Globals.checkBlacklistedVersions():
-        sys.exit(100)
-    
     # set the library paths for plugins
     Startup.setLibraryPaths()
     
--- a/eric6/eric6_webbrowser.py	Sun Apr 14 15:19:33 2019 +0200
+++ b/eric6/eric6_webbrowser.py	Mon Apr 15 18:56:20 2019 +0200
@@ -154,9 +154,6 @@
                                   "web browser",
                                   options)
     
-    if not Globals.checkBlacklistedVersions():
-        sys.exit(100)
-    
     # set the library paths for plugins
     Startup.setLibraryPaths()
     

eric ide

mercurial