remove old resource check

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3133 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-05-03 16:59:58 +00:00
parent c35737ff3a
commit 0bd43753d3

View file

@ -33,8 +33,6 @@ class TestRobotParser (unittest.TestCase):
"""
Initialize self.rp as a robots.txt parser.
"""
if hasattr(self, "needed_resources"):
self.check_resources(self.needed_resources)
self.rp = linkcheck.robotparser2.RobotFileParser()
def check (self, a, b):