Remove import of re, it is not used

This commit is contained in:
Neal Norwitz 2002-05-31 14:14:06 +00:00
parent 7ce734cd72
commit 5aee504ccb

View file

@ -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"]