diff --git a/tornado/ioloop.py b/tornado/ioloop.py index 1f3f9bc2..44627f6c 100644 --- a/tornado/ioloop.py +++ b/tornado/ioloop.py @@ -633,7 +633,7 @@ elif hasattr(select, "kqueue"): else: try: # Linux systems with our C module installed - import epoll + from tornado import epoll _poll = _EPoll except Exception: # All other systems