DebugClients/Python/AsyncFile.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
diff -r 30db18b3c78b -r ecc71fdd67f1 DebugClients/Python/AsyncFile.py
--- a/DebugClients/Python/AsyncFile.py	Tue Jan 04 18:18:38 2011 +0100
+++ b/DebugClients/Python/AsyncFile.py	Tue Jan 04 18:44:51 2011 +0100
@@ -8,10 +8,8 @@
 """
 
 import socket
-import sys
 
-from DebugProtocol import EOT, RequestOK
-
+from DebugProtocol import EOT
 
 def AsyncPendingWrite(file):
     """
@@ -290,3 +288,6 @@
         @param list the list to be written (list of string)
         """
         map(self.write,list)
+
+#
+# eflag: FileType = Python2

eric ide

mercurial