Import get_errno from eventlet.support so the exception handler works

Fixes issue #123
This commit is contained in:
Johannes Erdfelt
2012-06-27 17:42:25 +00:00
parent 48056f0b5f
commit 93fe2c1d05

View File

@@ -1,3 +1,4 @@
from eventlet.support import get_errno
from eventlet import patcher
time = patcher.original('time')
select = patcher.original("select")