Show More
@@ -26,7 +26,10 b' if not ispy3:' | |||
|
26 | 26 | import Queue as _queue |
|
27 | 27 | import SocketServer as socketserver |
|
28 | 28 | import xmlrpclib |
|
29 | ||
|
30 | from .thirdparty.concurrent import futures | |
|
29 | 31 | else: |
|
32 | import concurrent.futures as futures | |
|
30 | 33 | import http.cookiejar as cookielib |
|
31 | 34 | import http.client as httplib |
|
32 | 35 | import pickle |
General Comments 0
You need to be logged in to leave comments.
Login now