##// END OF EJS Templates
imanay -
r63:64
parent child
Show More
@@ -8,7 +8,7
8 8 No newline at end of file
9 9 class ABSClient: No newline at end of file
10 10
11 No newline at end of file
11 def __init__(self,ipSource="localhost", ipDestino="192.168.1.100", portDestino=7000): No newline at end of file
12 12 No newline at end of file
13 13 self.ipSource = ipSource No newline at end of file
14 14 self.ipDestino = ipDestino No newline at end of file
@@ -86,7 +86,8
86 86 self.ipDestino = ipDestino No newline at end of file
87 87 self.portDestino = portDestino No newline at end of file
88 88 self.addr = (ipDestino,portDestino)
89 No newline at end of file
89 self.addr2 = ("none",0) No newline at end of file
No newline at end of file
90 self.sc = "none" No newline at end of file
90 91 self.answer = "none" #test No newline at end of file
91 92 self.mode = "none" No newline at end of file
92 93 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now