mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-20 20:31:53 +00:00
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:
parent
c35737ff3a
commit
0bd43753d3
1 changed files with 0 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue