This commit is contained in:
boccioli_m
2015-08-28 17:35:28 +02:00
parent beb7ded936
commit 104d203536
527 changed files with 44889 additions and 719 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")