Skip to content

Commit fbc5849

Browse files
committed
add missing import in :mod:urllib.robotparser
1 parent aef52ca commit fbc5849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/urllib/robotparser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"""
1212

1313
import collections
14+
import urllib.error
1415
import urllib.parse
1516
import urllib.request
1617

0 commit comments

Comments
 (0)