##// END OF EJS Templates
Comment for file formats
Comment for file formats

File last commit:

r244:245
r249:250
Show More
starServer.py
7 lines | 161 B | text/x-python | PythonLexer
import file
from server3 import *
#absObj = ABSServer(ipDestino="100.100.12.117")
absObj = ABSServer(ipDestino="10.10.10.99")
while 1:
absObj.waitRequest()