Debugger/DebuggerInterfacePython2.py

branch
jsonrpc
changeset 5133
b7fe69c6cb1c
parent 5132
a094eee9f862
child 5136
b1dde2dc14bd
diff -r a094eee9f862 -r b7fe69c6cb1c Debugger/DebuggerInterfacePython2.py
--- a/Debugger/DebuggerInterfacePython2.py	Sat Sep 03 18:02:37 2016 +0200
+++ b/Debugger/DebuggerInterfacePython2.py	Sat Sep 03 18:12:12 2016 +0200
@@ -149,17 +149,17 @@
         debugClientType = Preferences.getDebugger("DebugClientType")
         if debugClientType == "standard":
             debugClient = os.path.join(getConfig('ericDir'),
-                                       "DebugClients", "Python",
+                                       "DebugClients", "Python2",
                                        "DebugClient.py")
         elif debugClientType == "threaded":
             debugClient = os.path.join(getConfig('ericDir'),
-                                       "DebugClients", "Python",
+                                       "DebugClients", "Python2",
                                        "DebugClientThreads.py")
         else:
             debugClient = Preferences.getDebugger("DebugClient")
             if debugClient == "":
                 debugClient = os.path.join(sys.path[0],
-                                           "DebugClients", "Python",
+                                           "DebugClients", "Python2",
                                            "DebugClient.py")
         
         redirect = str(Preferences.getDebugger("PythonRedirect"))

eric ide

mercurial