eric6.py

changeset 5699
0e40b560dcd1
parent 5616
adcffadf4962
child 5838
4c2cace2263a
--- a/eric6.py	Mon Apr 10 19:14:40 2017 +0200
+++ b/eric6.py	Mon Apr 10 21:23:54 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