This commit is contained in:
boccioli_m
2015-09-02 10:43:04 +02:00
parent 79e9aac763
commit 45202c5b09
748 changed files with 54734 additions and 0 deletions

7
script/testLocalVar2.py Normal file
View File

@@ -0,0 +1,7 @@
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")