Debugger/DebuggerInterfaceRuby.py

changeset 53
c3eb7cc1ff8b
parent 40
c2e5472b112c
child 55
b5c84934de9c
--- a/Debugger/DebuggerInterfaceRuby.py	Tue Jan 12 18:33:34 2010 +0000
+++ b/Debugger/DebuggerInterfaceRuby.py	Tue Jan 12 18:36:05 2010 +0000
@@ -14,7 +14,7 @@
 from PyQt4.QtCore import *
 from PyQt4.QtGui import QMessageBox
 
-from E4Gui.E4Application import e4App
+from E4Gui.E4Application import e5App
 
 from .DebugProtocol import *
 from . import DebugClientCapabilities
@@ -230,7 +230,7 @@
         @return pid of the client process (integer) and a flag to indicate
             a network connection (boolean)
         """
-        project = e4App().getObject("Project")
+        project = e5App().getObject("Project")
         if not project.isDebugPropertiesLoaded():
             return None, self.__isNetworked
         
@@ -832,4 +832,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