This commit is contained in:
2018-05-16 17:24:04 +02:00
parent e5fde50a8d
commit 1de8ced3d5
17 changed files with 84 additions and 13 deletions

14
script/TestRet.py Normal file
View File

@@ -0,0 +1,14 @@
#print __name__
#from startup import *
is_panel = get_exec_pars().source != CommandSource.ui #Must be checked before callin "run"
print is_panel, get_exec_pars().source
ret = []
for i in range(10):
ret.extend([i])
print "OK"
set_return(ret)