From e7abf97903b943a0e68d1d0cf513929e2d96a780 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 13 Aug 2001 14:43:43 +0000 Subject: Remove unused import (PyChecker) --- Lib/robotparser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/robotparser.py') diff --git a/Lib/robotparser.py b/Lib/robotparser.py index c5943d05ae..724ec288da 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 -- cgit v1.2.1