5 lines
94 B
Python
5 lines
94 B
Python
from eventlet.green import thread
|
|
from eventlet.green import time
|
|
|
|
execfile('test_thread.py')
|