13 lines
219 B
Python
13 lines
219 B
Python
print "->START"
|
|
run("test_data_txt")
|
|
time.sleep(0.5)
|
|
run("test_data_txt")
|
|
time.sleep(0.5)
|
|
run("test_data_txt")
|
|
time.sleep(0.5)
|
|
run("test_data_txt")
|
|
time.sleep(0.5)
|
|
run("test_data_txt")
|
|
print "->FINISH"
|
|
set_return(True)
|