From 65ec77e19a0ca86ad289270d074bc8e0d603fe78 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 24 Feb 2010 22:20:39 -0500 Subject: [PATCH] Hub initialization is no longer needed here --- tests/stdlib/test_select.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/stdlib/test_select.py b/tests/stdlib/test_select.py index 54e08fa..1ec90ca 100644 --- a/tests/stdlib/test_select.py +++ b/tests/stdlib/test_select.py @@ -1,5 +1,3 @@ -from eventlet import api -api.sleep(0) # initialize the hub from eventlet import patcher from eventlet.green import select