Fix one last implicit relative import

This commit is contained in:
Ben Darnell 2012-02-08 23:38:34 -08:00
parent da6d821e0c
commit 837da79ef9
1 changed files with 1 additions and 1 deletions

View File

@ -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