Files
ncs/script/testLocalVar2.py
boccioli_m 45202c5b09 Startup
2015-09-02 10:43:04 +02:00

7 lines
153 B
Python

print 'testLocalVar2- a: ' + str(a)
print 'testLocalVar2- b: ' + str(b)
time.ctime()
print time.strftime('%Y.%m.%d %H:%M:%S')
set_return("OK 2")