##// END OF EJS Templates
imanay -
r222:223
parent child
Show More
@@ -11,7 +11,8
11 self.output = "" No newline at end of file
11 self.output = ""
12 No newline at end of file
12
13 def execute(self, beam="0"):
13 def execute(self, beam="0"):
No newline at end of file
14 #absObj = ABSClient(ipDestino="10.10.10.97")
14 absObj = ABSClient(ipDestino="10.10.10.97") No newline at end of file
No newline at end of file
15 absObj = ABSClient(ipDestino="10.10.20.26") No newline at end of file
15 self.output = absObj.changeBeam(beam) No newline at end of file
16 self.output = absObj.changeBeam(beam)
16 No newline at end of file
17
17 def getOutput(self): No newline at end of file
18 def getOutput(self):
@@ -2,7 +2,8
2 from client3 import * No newline at end of file
2 from client3 import *
3 import sys No newline at end of file
3 import sys
4
4
No newline at end of file
5 #absObj = ABSClient(ipDestino="10.10.10.97")
5 absObj = ABSClient(ipDestino="10.10.10.97") No newline at end of file
No newline at end of file
6 absObj = ABSClient(ipDestino="10.10.20.26") No newline at end of file
6 #absObj = ABSClient() No newline at end of file
7 #absObj = ABSClient()
7 if len(sys.argv) == 2: No newline at end of file
8 if len(sys.argv) == 2:
8 # ns = "4" No newline at end of file
9 # ns = "4"
@@ -13,7 +13,8
13 No newline at end of file
13
14 def execute(self, filename): No newline at end of file
14 def execute(self, filename):
15 if os.path.exists(filename):
15 if os.path.exists(filename):
No newline at end of file
16 #absObj = ABSClient(ipDestino="10.10.10.97")
16 absObj = ABSClient(ipDestino="10.10.10.97") No newline at end of file
No newline at end of file
17 absObj = ABSClient(ipDestino="10.10.20.26") No newline at end of file
17 self.output = absObj.sendFile(filename) No newline at end of file
18 self.output = absObj.sendFile(filename)
18 #pass No newline at end of file
19 #pass
19 else: No newline at end of file
20 else:
General Comments 0
You need to be logged in to leave comments. Login now