diff options
Diffstat (limited to 'Lib/robotparser.py')
-rw-r--r-- | Lib/robotparser.py | 1 |
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 |