4 lines
92 B
Python
4 lines
92 B
Python
from __future__ import absolute_import
|
|
from select import *
|
|
from eventlet.api import select
|