eric6.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5699
0e40b560dcd1
child 5838
4c2cace2263a
diff -r 9a71bd9e2e37 -r 6422afc7adc4 eric6.py
--- a/eric6.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/eric6.py	Sat May 06 13:43:21 2017 +0200
@@ -27,11 +27,9 @@
     import Globals.compatibility_fixes     # __IGNORE_WARNING__
     import StringIO as io   # __IGNORE_EXCEPTION__
     import locale
-    coverage = 'Python'
 except ImportError:
     import io       # __IGNORE_WARNING__
     basestring = str
-    coverage = 'Python3'
 
 try:
     import sip
@@ -97,7 +95,7 @@
 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
                                 "ThirdParty", "Jasy"))
 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
-                                "DebugClients", coverage))
+                                "DebugClients", "Python"))
 
 from E5Gui.E5Application import E5Application
 

eric ide

mercurial