mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove import of re, it is not used
This commit is contained in:
parent
7ce734cd72
commit
5aee504ccb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
The robots.txt Exclusion Protocol is implemented as specified in
|
||||
http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html
|
||||
"""
|
||||
import re,urlparse,urllib
|
||||
import urlparse,urllib
|
||||
|
||||
__all__ = ["RobotFileParser"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue