Commit c3542a5e by Sheng

Explicit exception ImportError

parent 756712c4
......@@ -18,7 +18,7 @@ from tornado.util import errno_from_exception
try:
from concurrent.futures import Future
except:
except ImportError:
from tornado.concurrent import Future
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment