added green/select.py

This commit is contained in:
Denis Bilenko
2008-10-07 18:35:58 +07:00
parent 406ae3e368
commit 252ceda9fc

3
eventlet/green/select.py Normal file
View File

@@ -0,0 +1,3 @@
from __future__ import absolute_import
from select import *
from eventlet.api import select