mirror of https://github.com/scrapy/scrapy.git
Fix a merge error.
This commit is contained in:
parent
fdfab17438
commit
5e76464fbf
|
|
@ -17,11 +17,6 @@ class ISpiderLoader(Interface):
|
|||
"""Return the list of spiders names that can handle the given request"""
|
||||
|
||||
|
||||
# ISpiderManager is deprecated, don't use it!
|
||||
# An alias is kept for backwards compatibility.
|
||||
ISpiderManager = ISpiderLoader
|
||||
|
||||
|
||||
class IAddon(Interface):
|
||||
"""Scrapy add-on"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue