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