Skip to content

Commit

Permalink
Remove import of re, it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
nnorwitz committed May 31, 2002
1 parent 7ce734c commit 5aee504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/robotparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 5aee504

Please sign in to comment.