removed unnecessary imports from tpool that caused cyclic importing

This commit is contained in:
Denis Bilenko
2008-11-24 14:07:34 +06:00
parent 632554efde
commit 24b6fd5676

View File

@@ -23,7 +23,7 @@ import Queue
from sys import stdout
from Queue import Empty, Queue
from eventlet import api, coros, httpc, httpd, greenio
from eventlet import api, coros, greenio
from eventlet.api import trampoline, get_hub
_rpipe, _wpipe = os.pipe()