Commit d3287233 authored by Neal Norwitz's avatar Neal Norwitz

Remove import of re, it is not used

parent acaada71
......@@ -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"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment