File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
from tornado import gen , concurrent
33
33
# from tornado.concurrent import return_future, run_on_executor
34
34
35
- from concurrent .futures import ThreadPoolExecutor # need to install futures in pytohn 2.7
35
+ from concurrent .futures import ThreadPoolExecutor # need to install futures in python 2.7
36
36
from handler_threading import *
37
37
38
38
Original file line number Diff line number Diff line change 26
26
# from tornado.concurrent import return_future, run_on_executor
27
27
# from tornado.log import access_log, app_log, gen_log # already imported from base_handler
28
28
29
- # from concurrent.futures import ThreadPoolExecutor # note : need to install "futures" in pytohn 2.7 : pip install futures
29
+ # from concurrent.futures import ThreadPoolExecutor # note : need to install "futures" in python 2.7 : pip install futures
30
30
# from spider_threading import *
31
31
# from handler_threading import *
32
32
You can’t perform that action at this time.
0 commit comments