diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-02-24 22:20:39 -0500 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-02-24 22:20:39 -0500 |
| commit | 65ec77e19a0ca86ad289270d074bc8e0d603fe78 (patch) | |
| tree | c450bf7dd6af03357d431509c3417040bbe89189 /tests/stdlib | |
| parent | 3d06718c933e8d730233c2b178340fd43e4160a9 (diff) | |
| download | eventlet-65ec77e19a0ca86ad289270d074bc8e0d603fe78.tar.gz | |
Hub initialization is no longer needed here
Diffstat (limited to 'tests/stdlib')
| -rw-r--r-- | tests/stdlib/test_select.py | 2 |
1 files changed, 0 insertions, 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 |
