From 7e197402646642a4df67de18375aa4e69fecb89a Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 10 May 2014 21:22:29 +0200 Subject: [PATCH] Remove unused variables. --- tests/test_robotparser.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_robotparser.py b/tests/test_robotparser.py index 30f2d9a0..ab3b7cfd 100644 --- a/tests/test_robotparser.py +++ b/tests/test_robotparser.py @@ -31,9 +31,6 @@ class TestRobotParser (unittest.TestCase): def setUp (self): """Initialize self.rp as a robots.txt parser.""" self.rp = robotparser2.RobotFileParser() - config = configuration.Configuration() - # uncomment for debugging - config.init_logging(None, debug=["all"]) def check (self, a, b): """Helper function comparing two results a and b."""