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