##// END OF EJS Templates
testing threading
testing threading

File last commit:

r137:138
r163:164
Show More
changeBeam.py
12 lines | 241 B | text/x-python | PythonLexer
import file
from client3 import *
import sys
absObj = ABSClient(ipDestino="10.10.10.97")
#absObj = ABSClient()
if len(sys.argv) == 2:
#beam = "2"
beam = sys.argv[1]
absObj.changeBeam(beam)
else:
print "Only one argument needed"