Project/DebuggerPropertiesDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3030
4a0a82ddd9d2
child 3145
a9de05d4a22f
--- a/Project/DebuggerPropertiesDialog.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Project/DebuggerPropertiesDialog.py	Fri Nov 01 15:48:48 2013 +0100
@@ -72,7 +72,8 @@
                     getConfig('ericDir'),
                     "DebugClients", "Python3", "DebugClient.py")
             elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby":
-                debugClient = os.path.join(getConfig('ericDir'),
+                debugClient = os.path.join(
+                    getConfig('ericDir'),
                     "DebugClients", "Ruby", "DebugClient.rb")
             else:
                 debugClient = ""
@@ -158,7 +159,8 @@
                     getConfig('ericDir'),
                     "DebugClients", "Python3", "DebugClient.py")
             elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby":
-                debugClient = os.path.join(getConfig('ericDir'),
+                debugClient = os.path.join(
+                    getConfig('ericDir'),
                     "DebugClients", "Ruby", "DebugClient.rb")
             else:
                 debugClient = ""

eric ide

mercurial