##// END OF EJS Templates
imanay -
r235:236
parent child
Show More
@@ -45,9 +45,9
45 45 answer = self.__ConnectionWithCentralControl(cmd = "SNDF", data = data) No newline at end of file
46 46 return answer No newline at end of file
47 47
48 No newline at end of file
48 def readFile(self): No newline at end of file
49 49
50 No newline at end of file
50 data = "optional" No newline at end of file
51 51 file = self.__ConnectionWithCentralControl(cmd = "GETF", data = data) No newline at end of file
52 52 No newline at end of file
53 53 return file No newline at end of file
@@ -11,9 +11,9
11 11 def __init__(self): No newline at end of file
12 12 self.output = "" No newline at end of file
13 13
14 No newline at end of file
14 def execute(self): No newline at end of file
15 15 absObj = ABSClient(ipDestino="10.10.20.27")
16 No newline at end of file
16 self.output = absObj.readFile() 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
19 19 return self.output No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now