4 lines
87 B
Python
4 lines
87 B
Python
__select = __import__('select')
|
|
error = __select.error
|
|
from eventlet.api import select
|