Debugger/DebuggerInterfaceRuby.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 112
16893e193e9d
diff -r 261bc03812fd -r 9624a110667d Debugger/DebuggerInterfaceRuby.py
--- a/Debugger/DebuggerInterfaceRuby.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/Debugger/DebuggerInterfaceRuby.py	Sun Jan 31 17:11:22 2010 +0000
@@ -7,9 +7,7 @@
 Module implementing the Ruby debugger interface for the debug server.
 """
 
-import sys
 import os
-import socket
 
 from PyQt4.QtCore import *
 from PyQt4.QtGui import QMessageBox
@@ -832,4 +830,4 @@
         if self.qsock is not None:
             self.qsock.write(cmd.encode('utf8'))
         else:
-            self.queue.append(cmd)
\ No newline at end of file
+            self.queue.append(cmd)

eric ide

mercurial