##// END OF EJS Templates
Configuration file of the control module as an argument of the main aplication: Testing 1
Configuration file of the control module as an argument of the main aplication: Testing 1

File last commit:

r127:128
r224:225
Show More
starServer.py
7 lines | 161 B | text/x-python | PythonLexer
r88 import file
from server3 import *
r113 #absObj = ABSServer(ipDestino="100.100.12.117")
r127 absObj = ABSServer(ipDestino="10.10.10.97")
r88
while 1:
absObj.waitRequest()