summaryrefslogtreecommitdiffstats
path: root/Lib/robotparser.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:43:43 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:43:43 (GMT)
commite7abf97903b943a0e68d1d0cf513929e2d96a780 (patch)
treec5bc828219e4b903d26b6b562989d25ba608d849 /Lib/robotparser.py
parent6be424fdd6d6aeeb72e00bfda81ecaf67cdfa283 (diff)
downloadcpython-e7abf97903b943a0e68d1d0cf513929e2d96a780.zip
cpython-e7abf97903b943a0e68d1d0cf513929e2d96a780.tar.gz
cpython-e7abf97903b943a0e68d1d0cf513929e2d96a780.tar.bz2
Remove unused import (PyChecker)
Diffstat (limited to 'Lib/robotparser.py')
-rw-r--r--Lib/robotparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/robotparser.py b/Lib/robotparser.py
index c5943d0..724ec28 100644
--- a/Lib/robotparser.py
+++ b/Lib/robotparser.py
@@ -231,7 +231,6 @@ def _check(a,b):
def _test():
global debug
- import sys
rp = RobotFileParser()
debug = 1