mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
Explicitly import urllib.error in urllib.robotparser (#128737)
This commit is contained in:
parent
da8825ea95
commit
53e8942e69
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
import urllib.error
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
import urllib.request
|
import urllib.request
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue