eric5.py

branch
5_0_x
changeset 567
5dcea6a6c0d0
parent 514
a3e454b3293d
child 700
f61fa26998d0
--- a/eric5.py	Sun Sep 05 13:38:42 2010 +0200
+++ b/eric5.py	Sun Sep 05 13:38:59 2010 +0200
@@ -171,6 +171,9 @@
                                   options)
     ddindex = Startup.handleArgs(sys.argv, appinfo)
     
+    if not Utilities.checkBlacklistedVersions():
+        sys.exit(100)
+    
     app = E5Application(sys.argv)
     
     if Preferences.getUI("SingleApplicationMode"):

eric ide

mercurial