Fix one last implicit relative import
This commit is contained in:
parent
da6d821e0c
commit
837da79ef9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue