Show More
@@ -44,6 +44,7 b' if not ispy3:' | |||||
44 | FileNotFoundError = OSError |
|
44 | FileNotFoundError = OSError | |
45 |
|
45 | |||
46 | else: |
|
46 | else: | |
|
47 | import builtins | |||
47 | import concurrent.futures as futures |
|
48 | import concurrent.futures as futures | |
48 | import http.cookiejar as cookielib |
|
49 | import http.cookiejar as cookielib | |
49 | import http.client as httplib |
|
50 | import http.client as httplib | |
@@ -55,7 +56,7 b' else:' | |||||
55 | def future_set_exception_info(f, exc_info): |
|
56 | def future_set_exception_info(f, exc_info): | |
56 | f.set_exception(exc_info[0]) |
|
57 | f.set_exception(exc_info[0]) | |
57 |
|
58 | |||
58 |
FileNotFoundError = |
|
59 | FileNotFoundError = builtins.FileNotFoundError | |
59 |
|
60 | |||
60 |
|
61 | |||
61 | def identity(a): |
|
62 | def identity(a): |
General Comments 0
You need to be logged in to leave comments.
Login now