From 5aee504ccb81ed6114e625af7bfa13635095a458 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 31 May 2002 14:14:06 +0000 Subject: Remove import of re, it is not used --- Lib/robotparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/robotparser.py b/Lib/robotparser.py index 7940586..71dcaee 100644 --- a/Lib/robotparser.py +++ b/Lib/robotparser.py @@ -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"] -- cgit v0.12