7 lines
334 B
Python
7 lines
334 B
Python
args.clear(); args.addAll([0,40,20])
|
|
|
|
scripts = ["test11", "test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9", "test10", "import", "import2", "import7", "data", "test0"]
|
|
|
|
for script in scripts:
|
|
set_status("Running: " + script)
|
|
execfile(controller.setup.getScriptPath()+"/" + script + ".py") |