Ok, maybe the if False was there for a reason, pollhub seems broken at the moment

This commit is contained in:
donovan
2008-05-21 10:59:28 -07:00
parent ec0bbda709
commit 1a033df99c

View File

@@ -305,7 +305,7 @@ def get_default_hub():
pass
import select
if hasattr(select, 'poll'):
if False: #hasattr(select, 'poll'): pollhub is broken at the moment
import eventlet.hubs.poll
return eventlet.hubs.poll
else: