Debugger/DebuggerInterfaceRuby.py

changeset 564
b3d966393ba9
parent 537
72b32daeb8d6
child 791
9ec2ac20e54e
--- a/Debugger/DebuggerInterfaceRuby.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Debugger/DebuggerInterfaceRuby.py	Sat Sep 04 19:51:48 2010 +0200
@@ -160,7 +160,7 @@
                 if process is None:
                     E5MessageBox.critical(None,
                         self.trUtf8("Start Debugger"),
-                        self.trUtf8(\
+                        self.trUtf8(
                             """<p>The debugger backend could not be started.</p>"""))
                 
                 # set translation function
@@ -182,7 +182,7 @@
             clientEnv = {}
         else:
             clientEnv = os.environ.copy()
-        envlist = Utilities.parseEnvironmentString(\
+        envlist = Utilities.parseEnvironmentString(
             Preferences.getDebugger("DebugEnvironment"))
         for el in envlist:
             try:
@@ -205,7 +205,7 @@
                 if process is None:
                     E5MessageBox.critical(None,
                         self.trUtf8("Start Debugger"),
-                        self.trUtf8(\
+                        self.trUtf8(
                             """<p>The debugger backend could not be started.</p>"""))
                 return process, self.__isNetworked
         
@@ -253,7 +253,7 @@
                 if process is None:
                     E5MessageBox.critical(None,
                         self.trUtf8("Start Debugger"),
-                        self.trUtf8(\
+                        self.trUtf8(
                             """<p>The debugger backend could not be started.</p>"""))
                 # set translation function
                 if project.getDebugProperty("PATHTRANSLATION"):
@@ -272,7 +272,7 @@
             clientEnv = {}
         else:
             clientEnv = os.environ.copy()
-        envlist = Utilities.parseEnvironmentString(\
+        envlist = Utilities.parseEnvironmentString(
             project.getDebugProperty("ENVIRONMENTSTRING"))
         for el in envlist:
             try:
@@ -296,7 +296,7 @@
                 if process is None:
                     E5MessageBox.critical(None,
                         self.trUtf8("Start Debugger"),
-                        self.trUtf8(\
+                        self.trUtf8(
                             """<p>The debugger backend could not be started.</p>"""))
                 return process, self.__isNetworked
         
@@ -834,4 +834,4 @@
         if self.qsock is not None:
             self.qsock.write(cmd.encode('utf8'))
         else:
-            self.queue.append(cmd)
+            self.queue.append(cmd)
\ No newline at end of file

eric ide

mercurial