From 36d82dc2b97462c60fb74e780f9ac749e83b9fd2 Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Wed, 27 Jun 2012 17:43:53 +0000 Subject: [PATCH] Import errno so the exception handler works --- eventlet/hubs/epolls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eventlet/hubs/epolls.py b/eventlet/hubs/epolls.py index 0277a0c..17bdfe8 100644 --- a/eventlet/hubs/epolls.py +++ b/eventlet/hubs/epolls.py @@ -1,3 +1,4 @@ +import errno from eventlet.support import get_errno from eventlet import patcher time = patcher.original('time')