Files
x11ma/script/AbortTest.py
2016-04-01 13:59:09 +02:00

4 lines
46 B
Python

print "start"
abort()
sleep(1.0)
print "after"