##// END OF EJS Templates
- Finalizada la funcion que lee(importa) un archivo ABS sin guardarlo a la base de datos....
- Finalizada la funcion que lee(importa) un archivo ABS sin guardarlo a la base de datos. - Agregado un nuevo campo al modelo AntennaUp y AntennaDown.

File last commit:

r122:123
r152:153
Show More
test3.py
7 lines | 164 B | text/x-python | PythonLexer
import threading as test
import time
def hello():
print "hello, world"
t = test.Timer(1.0, hello)
t.start() # after 30 seconds, "hello, world" will be printed