diff --git a/eventlet/coros.py b/eventlet/coros.py index f493434..66e0820 100644 --- a/eventlet/coros.py +++ b/eventlet/coros.py @@ -449,7 +449,7 @@ def execute(func, *args, **kw): def CoroutinePool(*args, **kwargs): - from pools import CoroutinePool + from eventlet.pools import CoroutinePool return CoroutinePool(*args, **kwargs)